otherFeatures {genbankr}R 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)

[Package genbankr version 1.22.0 Index]