View source: R/checkZymoBiomics.R
checkZymoBiomics | R Documentation |
Compare ZymoBiomics to Experimental
checkZymoBiomics(
x,
mock_db = NULL,
multithread = 2,
threshold = 60,
verbose = FALSE,
strand = "top",
...
)
x |
Phyloseq objects where taxa_names are ASV sequences |
mock_db |
ZymoTrainingSet |
multithread |
Passed on to DECIPHER::IdTaxa Default is NULL |
threshold |
Passed on to DECIPHER::IdTaxa. Default is 60 |
verbose |
Default is FALSE |
strand |
DECIPHER::IdTaxa Default is top |
... |
Arguments to pass on to DECIPHER::IdTaxa |
Compare ZymoBiomics theoretical to Experimental composition.
List with pseq, and cor table
Sudarshan Shetty sudarshanshetty9@gmail.com
library(phyloseq)
output.dat <- checkZymoBiomics(ZymoExamplePseq,
mock_db = ZymoTrainingSet,
multithread= 2,
threshold = 80,
strand = "top",
verbose = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.