heatmap_plot | R Documentation |
Plots heatmap based on count data, relative abundance data, clr transformation data or log10 transformation data.
heatmap_plot(otu, taxa, sample, rank)
otu |
a community count data matrix with samples in rows and OTUs/taxa in column, |
taxa |
a taxa information matrix. The rownames must match the OTU names (taxa_names) of the otu, |
sample |
a sample information data.frame. The rownames must match the sample names in the otu, |
rank |
a taxonomic rank (Phylum or Class or Order or Family or Genus or Species), |
Plots abundance among samples and groups (SampleType) at specific taxonomic level.
four heatmap with clustering abundance based on different transformation methods.
heatmap_plot(otu, taxa, sample, 'Genus')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.