otherFeatures: Retrieve 'other' features

otherFeaturesR Documentation

Retrieve 'other' features

Description

Retrieve the other features (not covered by a different accessor) from the set of annotations

Usage

otherFeatures(x)

## S4 method for signature 'GenBankRecord'
otherFeatures(x)

Arguments

x

a GenBankRecord object

Value

A GRanges containing the features which don't fall into another category (ie not gene, exon, transcript, cds, or variant) annotated in the source file

Examples

gb = readGenBank(system.file("sample.gbk", package="genbankr"))
otherFeatures(gb)

gmbecker/genbankr documentation built on Oct. 30, 2023, 9:24 a.m.