Description Usage Arguments Details Author(s) See Also Examples
This function plots the abundance for all taxon groups at a given rank. Additionally, it can display metadata for the samples as annotations along the rows of the heatmap.
1 2 3 4 5 6 7 8 9 10 |
data |
the OTU table to be used. |
is.OTU |
logical. Whether or not the data is an OTU table. |
meta |
the metadata table to be used. |
rank |
the taxonomic rank to use (see |
factors |
a named character vector indicating the columns of the metadata
table to be used (see |
top |
the number of groups to select, starting with the most abundant.
If |
remove.unclassified |
logical. Define whether OTUs labelled "unclassified" or missing classification at the given taxonomic rank should be excluded. |
stand.method |
optional. Data standardization methods specified in
|
dist.method |
distance matrix calculation methods specified
|
hclust.method |
the agglomeration methods specified in |
dendro.row.status |
whether or not to use the dendrogram to re-order the rows.
It should be one of the following: 'yes' that use the dendrogram
to re-order the rows/columns and display the dendrogram; 'hidden'
means re-rorder, but do not display; 'no' means do not use the
dendrogram at all.
See also |
dendro.col.status |
whether or not to use the dendrogram to re-order the columns.
It should be one of the following: 'yes' that use the dendrogram
to re-order the rows/columns and display the dendrogram; 'hidden'
means re-rorder, but do not display; 'no' means do not use the
dendrogram at all.
See also |
row.labels |
logical. Whether or not to plot the row labels. |
row.cex |
the size of row labels if |
cut |
the height at which to cut the sample tree, this will create distinct coloured groups. Currently this will allow for at most nine groups (see Details). |
file |
the file path where the image should be created (see ?RAM.plotting). |
ext |
the file type to be used; one of |
height |
the height of the image to be created (in inches). |
width |
the width of the image to be created (in inches). |
A warning from brewer.pal
indicating "n too large,
allowed maximum for palette Pastel1 is 9" means that the cut
height is too low to allow for that many groups. This should
be fixed in a future release.
Wen Chen and Joshua Simpson.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.