Learn R Programming

genbankr (version 1.0.3)

otherFeatures: Retrieve 'other' features

Description

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

Usage

otherFeatures(x)

## S3 method for class '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

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

Run the code above in your browser using DataLab