Description Usage Arguments Details Value See Also
Create, extend and read the taxonomy
table of a
megaptera
project.
1 2 3 4 5 6 7 8 9 10 11 | dbReadTaxonomy(
megProj,
tip.rank,
subset,
tag,
root = "tol",
syn = FALSE,
drop.extinct = TRUE
)
dbUpdateTaxonomy(megProj, taxonomy, logfile = "")
|
megProj |
An object of class |
tip.rank |
A character string giving the rank of the tips (e.g.
|
subset |
A subset of species names (Latin binomials) to which the
taxonomy should be limited. Can be a DNA alignment of class |
tag |
A character string used to tag the rows of |
root |
A character string. By default ( |
syn |
Logical, indicating if synonyms should be returned in addition to accepted names. |
drop.extinct |
Logical, if |
taxonomy |
A data frame containing a taxonomic classification of the study species. It will replace any existing taxonomy in the database. |
logfile |
A character string giving the names of a potential logfile; no logfile is written if this argument is left empty. |
If step stepF
has been run, dbReadTaxonomy
can
be called with subset = "species_sequence"
. In that case all species
names with sequence data for the current locus will be used for subsetting.
For dbReadTable
an object of class "data.frame"
holding
the taxonomic classification of target species. dbUpdateTaxonomy
is
called only for its side effect creating and extending the taxonomy
database table.
ncbiTaxonomy
for retrieval of taxonomies from the
taxonomy database at NCBI; findRoot
returns the lowest common
rank for taxonomies. dbReadDNA
and dbWriteDNA
to read and write DNA sequences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.