powered by
Extract a frequency table (or list of tables in the case of gbRecordLists) of feature keys.
gbRecordList
featureTable(x, ...)# S4 method for gbFeatureTable featureTable(x)# S4 method for gbRecord featureTable(x)# S4 method for gbRecordList featureTable(x)
# S4 method for gbFeatureTable featureTable(x)
# S4 method for gbRecord featureTable(x)
# S4 method for gbRecordList featureTable(x)
A '>gbFeatureTable, '>gbRecord, or '>gbRecordList object.
'>gbFeatureTable
'>gbRecord
'>gbRecordList
Additional arguments to be passed to or from methods.
A table (or list of tables) of feature keys.
table
qualifTable
# NOT RUN { load(system.file("extdata", "marine_metagenome.rda", package = "biofiles")) featureTable(x) # }
Run the code above in your browser using DataLab