Method: Bio::GFF::GFF3::Record::Target#strand

Defined in:
lib/bio/db/gff.rb

#strandObject

strand (optional). Normally, “+” or “-”, or nil.



1222
1223
1224
# File 'lib/bio/db/gff.rb', line 1222

def strand
  @strand
end