Libraries
»
bio-gff3
(0.9.1)
»
Index
»
Bio
»
GFFbrowser
»
FastLineRecord
»
#seqid
Method: Bio::GFFbrowser::FastLineRecord#seqid
Defined in:
lib/bio/db/gff/gffrecord.rb
#
seqid
⇒
Object
Also known as:
seqname
23 24 25
# File 'lib/bio/db/gff/gffrecord.rb', line 23
def
seqid
@seqid_
||=
@fields
[
GFF3_SEQID
]
end