You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michal J. Gajda edited this page Oct 28, 2020
·
3 revisions
Any data structure representing a biological sequence (nucleotide or protein) is encouraged to implement the BioSeq class, and if quality information is available (e.g. for Fastq-formatted sequences), also the BioSeqQual class. Also, it is a good idea to use the provided Offset, Qual, etc data types as much as possible.