powered by
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 )
ggplot2 object
biomarker results from randomForest
the bacteria level to display
the number of important biomarker to draw
TRUE/FALSE
size for the dot
label color
label size
Kai Guo
# \donttest{ data("Physeq") res <- biomarker(physeq,group="group") plotmarker(res,level="Genus") # }
Run the code above in your browser using DataLab