Bio::SequenceDB
Inherits Reference < Object
Sequence DB
A class representing a collection of Sequence objects (i.e. a fasta file).
TODO: Method that allow searching sequences based on certain descriptor.
Constructors
new(descriptor_names : Nil | Array(String) = nil, sequence_type : Bio::SequenceType = Bio::SequenceType::Undefined)
SourceInstance methods
data
Sourcedata=(data : Hash(String, Sequence))
Sourcedescriptor_names
Sourcerecord(id : String)
Sourcerecords
Sourcesequence_type
Sourceto_fasta_str
Source