Method: Bio::Iprscan::Report::Match#status
- Defined in:
- lib/bio/appl/iprscan/report.rb
#status ⇒ Object
Status of the match (T for true / M for marginal).
337 |
# File 'lib/bio/appl/iprscan/report.rb', line 337 def status; @data[:status]; end |