powered by
Get/set qualifiers of GenBank features
qualif(x, which = "", ...)qualif(x, which, check = TRUE) <- value# S4 method for gbFeature qualif(x, which, fixed = FALSE, use.names = TRUE)# S4 method for gbFeature qualif(x, which, check = TRUE) <- value# S4 method for gbFeatureTable qualif(x, which = "", fixed = FALSE, use.names = TRUE)# S4 method for gbRecord qualif(x, which = "", fixed = FALSE, use.names = TRUE)
qualif(x, which, check = TRUE) <- value
# S4 method for gbFeature qualif(x, which, fixed = FALSE, use.names = TRUE)
# S4 method for gbFeature qualif(x, which, check = TRUE) <- value
# S4 method for gbFeatureTable qualif(x, which = "", fixed = FALSE, use.names = TRUE)
# S4 method for gbRecord qualif(x, which = "", fixed = FALSE, use.names = TRUE)
A '>gbFeature, '>gbFeatureTable, or '>gbRecord object.
'>gbFeature
'>gbFeatureTable
'>gbRecord
A character vector giving the name(s) of the qualifiers to retrieve or set.
Additional arguments passed to methods.
if FALSE, don't perform validity checks.
FALSE
The qualifier information to set on x.
x
If TRUE, which is matched against qualifiers as is, if FALSE it is treated as a regular expression.
TRUE
which
If TRUE, return a data.frame using which as column names, if FALSE return, if possible, a character vector or a list.
data.frame
A data.frame.
# NOT RUN { load(system.file("extdata", "marine_metagenome.rda", package = "biofiles")) qualif(x[[1]], 'db_xref') ## use shortcuts to common qualifiers proteinID(x["CDS"]) locusTag(x["CDS"]) # }
Run the code above in your browser using DataLab