pyprot.structure package

Submodules

pyprot.structure.gor module

class GOR3[source]

Bases: builtins.object

Implements the GOR III secondary structure prediction algorithm. Objects of this class must be trained with known examples of sequences and their structure before being able to predict the structures of new sequences.

__init__()[source]
getQuality()[source]
getStructures(exclude=None)[source]
neighbourOffsets()[source]
neighbourValues(sequence, index)[source]
plotROC()[source]
predict(sequence, realStructure=None)[source]

Returns the predicted structure of ‘sequence’, based on received training.

train(sequence, structure)[source]

Trains the system with a known example of a sequence and its structure.

Module contents

Table Of Contents

Previous topic

pyprot.data package

This Page