View source: R/plotZymoDefault.R
plotZymoDefault | R Documentation |
Plot ZymoBiomics to Experimental comparison
plotZymoDefault(x)
x |
Output from |
A wrapper to plot the output of checkZymoBiomics
.
ggplot object
Sudarshan Shetty sudarshanshetty9@gmail.com
library(phyloseq)
output.dat <- checkZymoBiomics(ZymoExamplePseq,
mock_db = ZymoTrainingSet,
multithread= 2,
threshold = 80,
strand = "top",
verbose = FALSE)
plotZymoDefault(output.dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.