Method: Bio::GFFbrowser::FastLineRecord#score

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

#scoreObject



43
44
45
# File 'lib/bio/db/gff/gffrecord.rb', line 43

def score
  @score_ ||= @fields[GFF3_SCORE].to_f
end