powered by
plot LEfSe results from ldamarker function
plotLDA( x, group, lda = 2, pvalue = 0.05, padj = NULL, color = NULL, fontsize.x = 4, fontsize.y = 5 )
ggplot2 object
LEfse results from ldamarker
a vector include two character to show the group comparsion
LDA threshold for significant biomarker
pvalue threshold for significant results
adjust p value threshold for significant results
A vector of character use specifying the color
the size of x axis label
the size of y axis label
Kai Guo
# \donttest{ data("Physeq") res <- ldamarker(physeq,group="group") plotLDA(res,group=c("A","B"),lda=5,pvalue=0.05) # }
Run the code above in your browser using DataLab