Description Usage Arguments Value Examples
Get/set qualifiers of GenBank features
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | qualif(x, which = "", ...)
qualif(x, which, check = TRUE) <- value
## S4 method for signature 'gbFeature'
qualif(x, which, fixed = FALSE, use.names = TRUE)
## S4 replacement method for signature 'gbFeature'
qualif(x, which, check = TRUE) <- value
## S4 method for signature 'gbFeatureTable'
qualif(x, which = "", fixed = FALSE,
use.names = TRUE)
## S4 method for signature 'gbRecord'
qualif(x, which = "", fixed = FALSE,
use.names = TRUE)
|
x |
A |
which |
A character vector giving the name(s) of the qualifiers to retrieve or set. |
... |
Additional arguments passed to methods. |
check |
if |
value |
The qualifier information to set on |
fixed |
If |
use.names |
If |
A data.frame
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.