plot_heatmap.cpm: Plot a CPM Heatmap

Description Usage Arguments

View source: R/plot_heatmap.R

Description

An alias for plot_heatmap.expr(annot, cpm, fill = "CPM", ...).

Usage

1
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 sample.id value with values matching the column names of sample IDs in data. Additional columns can contain information such as treament compounds, dates of sample collection, or dosage quantities.

title

A title for the heatmap. Default = "RVA Heatmap".

...

pass over parameters


RVA documentation built on Nov. 2, 2021, 1:06 a.m.