powered by
List the names of Genbank qualifiers.
qualifList(x, ...)# S4 method for gbFeature qualifList(x)# S4 method for gbFeatureTable qualifList(x)# S4 method for gbRecord qualifList(x)
# S4 method for gbFeature qualifList(x)
# S4 method for gbFeatureTable qualifList(x)
# S4 method for gbRecord qualifList(x)
A '>gbFeature, '>gbFeatureTable, '>gbRecord, or '>gbRecord object.
'>gbFeature
'>gbFeatureTable
'>gbRecord
Additional arguments to be passed to or from methods.
A character vector (or list of character vectors) of qualifier names.
uniqueQualifs, hasQualif
uniqueQualifs
hasQualif
# NOT RUN { load(system.file("extdata", "marine_metagenome.rda", package = "biofiles")) qualifList(x["source"]) # }
Run the code above in your browser using DataLab