class

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)
Source

Instance methods

data
Source
data=(data : Hash(String, Sequence))
Source
descriptor_names
Source
record(id : String)
Source
records
Source
sequence_type
Source
to_fasta_str
Source