powered by
Extract a frequency table (or list of tables in the case of gbRecordLists) of qualifier names.
gbRecordList
qualifTable(x, ...)# S4 method for gbFeatureTable qualifTable(x)# S4 method for gbRecord qualifTable(x)# S4 method for gbRecordList qualifTable(x)
# S4 method for gbFeatureTable qualifTable(x)
# S4 method for gbRecord qualifTable(x)
# S4 method for gbRecordList qualifTable(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 qualifiers names.
table
uniqueQualifs, hasQualif
uniqueQualifs
hasQualif
# NOT RUN { load(system.file("extdata", "marine_metagenome.rda", package = "biofiles")) qualifTable(x) # }
Run the code above in your browser using DataLab