powered by
Get the feature table from a GenBank record.
getFeatures(x, ...)ft(x, ...)# S4 method for gbRecord getFeatures(x)# S4 method for gbRecord ft(x)# S4 method for gbRecordList getFeatures(x)# S4 method for gbRecordList ft(x)
ft(x, ...)
# S4 method for gbRecord getFeatures(x)
# S4 method for gbRecord ft(x)
# S4 method for gbRecordList getFeatures(x)
# S4 method for gbRecordList ft(x)
A '>gbRecord instance.
'>gbRecord
Additional arguments passed to methods.
The '>gbFeatureTable of a Genbank record.
'>gbFeatureTable
# NOT RUN { load(system.file("extdata", "marine_metagenome.rda", package = "biofiles")) getFeatures(x) ft(x) # }
Run the code above in your browser using DataLab