Method: Bio::Sequence#seq
- Defined in:
- lib/bio/sequence.rb
#seq ⇒ Object
The sequence object, usually Bio::Sequence::NA/AA, but could be a simple String
151 152 153 |
# File 'lib/bio/sequence.rb', line 151 def seq @seq end |
The sequence object, usually Bio::Sequence::NA/AA, but could be a simple String
151 152 153 |
# File 'lib/bio/sequence.rb', line 151 def seq @seq end |