Method: Bio::Spidey::Report::Hit#complement?
- Defined in:
- lib/bio/appl/spidey/report.rb
#complement? ⇒ Boolean
Returns true if the result reports ‘Reverse complement’. Otherwise, return false or nil. This would be a Bio::Spidey specific method.
330 331 332 333 |
# File 'lib/bio/appl/spidey/report.rb', line 330 def complement? unless defined?(@complement); parse_strand; end @complement end |