otherFeatures {genbankr} | R Documentation |
Retrieve the other features (not covered by a different accessor) from the set of annotations
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
gb = readGenBank(system.file("sample.gbk", package="genbankr")) otherFeatures(gb)