Method: Bio::Location#strand
- Defined in:
- lib/bio/location.rb
#strand ⇒ Object
(Integer) strand direction of the location (forward => 1 or complement => -1)
106 107 108 |
# File 'lib/bio/location.rb', line 106 def strand @strand end |