Package Bio :: Package Fasta :: Class Record
[hide private]
[frames] | no frames]

Class Record

source code

Holds information from a FASTA record.

Members: title Title line ('>' character not included). sequence The sequence.

Instance Methods [hide private]
 
__init__(self, colwidth=60)
Create a new Record.
source code
 
__str__(self) source code
Method Details [hide private]

__init__(self, colwidth=60)
(Constructor)

source code 

Create a new Record. colwidth specifies the number of residues to put on each line when generating FASTA format.