powered by
plot differential results
plotdiff( res, level = "Genus", color = NULL, pvalue = 0.05, padj = NULL, log2FC = 0, size = 3, fontsize.x = 5, fontsize.y = 10, horiz = TRUE )
differential test results from diff_test
the level to plot
A vector of character use specifying the color
pvalue threshold for significant results
adjust p value threshold for significant results
log2 Fold Change threshold
size for the point
the size of x axis label
the size of y axis label
horizontal or not (TRUE/FALSE)
ggplot object
# NOT RUN { # } # NOT RUN { data("Physeq") res <- difftest(physeq,group="group") plotdiff(res,level="Genus",padj=0.001) # }
Run the code above in your browser using DataLab