Description Usage Arguments Value Examples
Format significant hits results so that it can be shown as an annotation by pheatmap()
.
1 | format_hits_for_heatmap(hits)
|
hits |
results object consisting the significant hits obtained from |
data frame consisting the significant hits and their statistical significance as
a character vector - c(" NS", "*", "**", "***")
.
1 2 3 4 5 6 7 8 | ## Not run:
x <- test_differential_prevalence(physeq, group = "Diet", block = "Enterotype")
y <- format_hits(x)
z <- format_hits_for_heatmap(y)
p <- draw_taxa_heatmap(physeq, taxa_data = z, group = "Diet", block = "Enterotype")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.