View source: R/tax_utilities.R
reformat_hierarchy | R Documentation |
Reformat hierarchy
reformat_hierarchy(
x,
db = NULL,
quiet = FALSE,
ranks = c("kingdom", "phylum", "class", "order", "family", "genus", "species"),
multithread = FALSE
)
x |
A DNAbin with names formatted Accession|taxid;taxonomy |
db |
A database file generated by |
quiet |
Whether progress should be printed to console |
ranks |
The taxonomic ranks to return in the output names |
multithread |
Whether multithreading should be used, if TRUE the number of cores will be automatically detected (Maximum available cores - 1), or provide a numeric vector to manually set the number of cores to use. Default is FALSE (single thread) This argument may alternatively be a 'cluster' object, in which case it is the user's responsibility to close the socket connection at the conclusion of the operation, for example by running parallel::stopCluster(cores). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.