Description Usage Arguments Examples
Annotate rows and columns of the heatmap
1 2 3 | pheat_annotate_rows(ph, annotation, rownames_in = 1)
pheat_annotate_cols(ph, annotation, rownames_in = 1)
|
ph |
Heatmap of class "pheat" |
annotation |
A data frame of annotations |
rownames_in |
The column in the annotation data frame that corresponds
to the rows or columns of the data matrix for the heatmap. Set to
|
1 2 3 | ph <- pheat(vendor_props)
pheat_annotate_rows(ph, vendor_taxa)
pheat_annotate_cols(ph, vendor_samples)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.