Method: Bio::GFFbrowser::FastLineRecord#phase
- Defined in:
- lib/bio/db/gff/gffrecord.rb
#phase ⇒ Object Also known as: frame
29 30 31 |
# File 'lib/bio/db/gff/gffrecord.rb', line 29 def phase @phase_ ||= @fields[GFF3_PHASE].to_i end |