Learn R Programming

biofiles (version 1.0.0)

gbRecord-class: Class "gbRecord"

Description

“gbRecord” is an S4 class that provides a container for data parsed from GenBank, GenPept, Embl or IMGT records. For instantiation of a gbRecord object use the import function gbRecord.

Arguments

Slots

seqinfo

A "'>seqinfo" instance; This is a reference class holding the sequence as an "'>XStringSet" instance and header of the file containing metadata as a "'>gbHeader" object.

features

A "'>gbFeatureTable" instance.

contig

If present, a CONTIG record.

Accessor functions

header, ft, ranges

See Also

The constructor, gbRecord