plot_heatmap.cpm {RVA} | R Documentation |
Plot a CPM Heatmap
Description
An alias for plot_heatmap.expr(annot, cpm, fill = "CPM", ...)
.
Usage
plot_heatmap.cpm(cpm, annot, title = "RVA CPM Heatmap", ...)
Arguments
cpm |
cpm data |
annot |
A long-format dataframe with any pertinent treatment data about
the samples. The only required column is one titled the |
title |
A title for the heatmap. Default = "RVA Heatmap". |
... |
pass over parameters |
[Package RVA version 0.0.5 Index]