otherFeatures: Retrieve 'other' features

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
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

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

genbankr documentation built on Nov. 8, 2020, 7:44 p.m.