Description Usage Arguments See Also Examples
Create a heatmap using an mSet object. This function requires the zheatmap package.
1 2 | plot_heatmap(object, colSideBar = NULL, rowSideBar = NULL,
scale = "sample", scale.fun = "scale", ...)
|
object |
an mSet object |
colSideBar |
string, the sample |
scale |
string, must be one of sample, feature, or none. |
scale.fun, |
string, must be one either scale or absolute_scale |
1 2 3 4 | mset = subset_features(lipid, 1:25)
plot_heatmap(lipid)
plot_heatmap(lipid, colSideBar = "Treatment")
plot_heatmap(lipid, rowsSideBar = "class")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.