View source: R/assignTaxonomyCustomMock.R
assignTaxonomyCustomMock | R Documentation |
Assign Custom Mocks Taxonomy
assignTaxonomyCustomMock(
x,
mock_db = NULL,
processors = NULL,
threshold = 60,
strand = "top",
verbose = FALSE,
...
)
x |
Phyloseq objects where taxa_names are ASV sequences |
mock_db |
ZymoTrainingSet |
processors |
Passed on to DECIPHER::IdTaxa Default is NULL |
threshold |
Passed on to DECIPHER::IdTaxa. Default is 60 |
strand |
DECIPHER::IdTaxa Default is top |
verbose |
Default is FALSE |
... |
Arguments to pass on to DECIPHER::IdTaxa |
For consistency in taxonomic assignments, use only a small database that has 16S rRNA gene sequences from mock community genomes. This is done to avoid any clashes/changes that happen with public databases and to get a direct comparison.
Phyloseq with new taxonomy
Sudarshan Shetty sudarshanshetty9@gmail.com
#output.dat <- assignTaxonomyCustomMock(ps.zym,
# mock_db = NULL,
# processors = 2,
# threshold = 80)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.