reformat_dada2_gen | R Documentation |
Reformat DADA2 Genus
reformat_dada2_gen(
x,
db = NULL,
ranks = c("kingdom", "phylum", "class", "order", "family", "genus"),
quiet = FALSE
)
x |
A DNAbin or DNAStringSet object with names in format |
db |
A database file generated by |
ranks |
The taxonomic ranks to include in output. default is kingdom;phylum;class;order;family;genus |
quiet |
Whether progress should be printed to the console. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.