Method: Bio::TMHMM::Report#helix
- Defined in:
- lib/bio/appl/tmhmm/report.rb
#helix ⇒ Object
Returns an Array of Bio::TMHMM::TMH including only “TMhelix”.
98 99 100 |
# File 'lib/bio/appl/tmhmm/report.rb', line 98 def helix @tmhs.map {|t| t if t.status == 'TMhelix' }.compact end |