Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
biocrystal
main
Bio
Blast
DB
BlastRecord
Hsp
DataFrame
Fasta
Sequence
SequenceDB
SequenceType
Generated using Crystal 1.14.0
2024-11-26 08:46:49 UTC
enum
Bio::
SequenceType
Defined in:
sequence/sequence.cr
Enum Members
Protein
=
0
Nucleotide
=
1
Undefined
=
2
Instance Method Summary
#nucleotide?
#protein?
#to_blast_db_type
#undefined?
Instance Method Detail
def
nucleotide?
#
[
View source
]
def
protein?
#
[
View source
]
def
to_blast_db_type
#
[
View source
]
def
undefined?
#
[
View source
]