Method: Bio::Location#strand

Defined in:
lib/bio/location.rb

#strandObject

(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