Description Usage Arguments Value
Show the results of deseq2 on the phylogenetic tree
1 2 3 4 5 6 7 8 9 10 | deseq2_tree(
physeq,
deseq2_results,
level = c("Kingdom", "Phylum", "Class", "Order", "Family", "Genus", "Species"),
alpha = 0.05,
sample_annotation = "Status",
vis_domain = FALSE,
colors = nyankocolors,
tree_adjust = 1.2
)
|
physeq |
phyloseq object |
deseq2_results |
deseq2 results object |
level |
visualize taxonomy level |
alpha |
threshold of adjusted p-values |
sample_annotation |
sample metadata used for drawing |
vis_domain |
domain level |
colors |
color palette |
tree_adjust |
value for ggtree positioning. |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.