Description Usage Arguments Value Examples
Retrieve the other features (not covered by a different accessor) from the set of annotations
1 2 3 4 | otherFeatures(x)
## S4 method for signature 'GenBankRecord'
otherFeatures(x)
|
x |
a GenBankRecord object |
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
1 2 | gb = readGenBank(system.file("sample.gbk", package="genbankr"))
otherFeatures(gb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.