class Bio::FastaNumericFormat

Treats a FASTA formatted numerical entry, such as:

>id and/or some comments                    <== comment line
24 15 23 29 20 13 20 21 21 23 22 25 13      <== numerical data
22 17 15 25 27 32 26 32 29 29 25

The precedent ‘>’ can be omitted and the trailing ‘>’ will be removed automatically.

Bio::FastaNumericFormat.new(entry)

Stores the comment and the list of the numerical data.

Bio::FastaNumericFormat#definition

The comment line of the FASTA formatted data.