Package Bio :: Package Motif :: Package Parsers :: Module MAST :: Class Record
[hide private]
[frames] | no frames]

Class Record

source code

The class for holding the results from a MAST run.

A MAST.Record holds data about matches between motifs and sequences. The motifs held by the Record are objects of the class MEMEMotif.

Methods: get_motif_by_name (motif_name): returns a MEMEMotif with the given name.

Instance Methods [hide private]
 
__init__(self) source code
 
get_motif_by_name(self, name) source code