Method: Bio::Sequence#classification
- Defined in:
- lib/bio/sequence.rb
#classification ⇒ Object Also known as: taxonomy
Organism classification, taxonomic classification of the source organism. (Array of String)
214 215 216 |
# File 'lib/bio/sequence.rb', line 214 def classification @classification end |