microbeHeatmap | R Documentation |
Plot microbe co-occurrence in a heatmap
microbeHeatmap(
dat,
sig.type = c("both", "increased", "decreased"),
tax.level = "mixed",
exact.tax.level = FALSE,
antagonistic = FALSE,
anno = "phylum",
top = 100,
fontsize = 6,
...
)
dat |
a |
sig.type |
character. Signature type. Use either |
tax.level |
character. Either |
exact.tax.level |
logical. Should only the exact taxonomic level
specified by |
antagonistic |
logical. Antagonistic co-occurrence, ie occurring together
but one microbe up the other one is down? Defaults to |
anno |
character. Taxonomic level that should be displayed as an annotation
bar. Defaults to |
top |
integer. The number of microbes to display. Defaults to |
fontsize |
integer. Fontsize for text. Defaults to |
... |
additional arguments to |
Plots to a graphics device. Returns the co-oocurence matrix invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.