Method: Bio::Spidey::Report::SegmentPair#query_strand
- Defined in:
- lib/bio/appl/spidey/report.rb
#query_strand ⇒ Object
Returns strand information of the mRNA (query). Returns ‘plus’, ‘minus’, or nil.
239 |
# File 'lib/bio/appl/spidey/report.rb', line 239 def query_strand; @mrna.strand; end |