Learn R Programming

biofiles (version 1.0.0)

gbFeatureTable-class: Class "gbFeatureTable"

Description

“gbFeatureTable” is an S4 class that provides a container for “'>gbFeature”s retrived from GenBank flat files.

Arguments

Slots

.seqinfo

A '>seqinfo object containing the genome sequence as an '>XStringSet object and sequence metadata as a '>gbHeader object.

.id

An integer vector the indices of the '>gbFeatures contained within a gbFeatureTable object.

.Data

A list of '>gbFeature objects.