deseq2_plot | R Documentation |
Plots results from DESeq2 analysis
deseq2_plot( deseq2_result, title, label_taxlev, top_hits = 10, fdr = 0.05, fc = 2, size = 2, alpha = 0.3 )
deseq2_result |
deseq2 object |
title |
Title of the plot |
label_taxlev |
Taxonomic label for the top hits |
top_hits |
Top hits which should be labled |
fdr |
single numeric. false discovery rate |
fc |
single numeric. fold change |
size |
single numeric |
alpha |
single numeric. |
ggplot object
data("mice_B6_N") deseq2_res <- deseq2_analysis(mice_B6_N, "Mircobiota") deseq2_plot(deseq2_res, "Deseq", "Family")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.