Learn R Programming

biofiles (version 1.0.0)

gbFeature-class: Class "gbFeature"

Description

“gbFeature” is an S4 class that provides a container for GenBank feature tables.

Arguments

Slots

.seqinfo

An '>seqinfo object containing the full-lenght sequence of the GenBank record that the feature is part of as an '>XStringSet object, and sequence metadata as a '>gbHeader object.

.id

Identifier (index) of the feature in the GenBank record the feature is part of.

key

The feature key.

location

A '>gbLocation object.

qualifiers

A named character vector. Name attributes correspond to GenBank qualifier tags.

Accessor functions

getHeader, getSequence, ranges, key, index, qualif

See Also

'>gbFeatureTable, '>gbRecord