plotmarker | R Documentation |
plot the biomarker from the biomarker function with randomForest
plotmarker(
x,
level = "Genus",
top = 30,
rotate = FALSE,
dot.size = 8,
label.color = "black",
label.size = 6
)
x |
biomarker results from randomForest |
level |
the bacteria level to display |
top |
the number of important biomarker to draw |
rotate |
TRUE/FALSE |
dot.size |
size for the dot |
label.color |
label color |
label.size |
label size |
ggplot2 object
Kai Guo
data("Physeq")
res <- biomarker(physeq,group="group")
plotmarker(res,level="Genus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.