Description Usage Arguments Value See Also Examples
View source: R/taxdumpChildren.R
Get all children of certain rank for a given taxon.
1 2 3 4 5 6 7 8 9 10 | taxdumpChildren(
tax,
taxon,
immediate = FALSE,
query.rank = "any",
tip.rank = "species",
status = "scientific name",
indet,
quiet = FALSE
)
|
tax |
Either an object of class |
taxon |
A character string giving the name of the taxon. |
immediate |
Logical, if |
query.rank |
A character string giving the name of a rank that
|
tip.rank |
A character string giving the name a rank. This rank will be treated as tip rank, i.e. all taxa of lower rank will be dicarded. |
status |
A character string defining the status of the taxon names to be
returned, e.g. |
indet |
A vector of character strings containing regular expressions (see Examples). |
quiet |
Logical, use |
A data frame.
ncbiTaxonomy
for downloading the NCBI taxonomy and
dbReadTaxonomy
for reading the project taxonomy; other
taxdump-related tools: taxdumpAddNode
,
taxdumpDropTip
, taxdumpHigherRank
,
taxdumpMRCA
, taxdumpSubset
,
taxdump2phylo
and taxdump_isTerminal
.
1 2 | # The set of default regular expressions used to identify nonvalid species binomials
indet.strings(collapse = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.