HMap: Draw heatmap

Description Usage Arguments Examples

Description

Draw heatmap

Usage

1
2
3
4
HMap(data, ID, feature, value, info, cols = list(), scalesel = "row",
  rnames = FALSE, reorder.rows = TRUE, reorder.columns = TRUE,
  name = "Z-score", cdr = "euclidean", cdc = "euclidean",
  cmr = "ward.D2", cmc = "ward.D2", rmax = 10)

Arguments

data

Data used for heatmap

ID

Observations in columns

feature

feature in rows

value

Value to be used in heatmap

info

Table with descriptors of interest

cols

Colorcoding list

Examples

1
HMap(data,ID,feature,value,info,cols=list(),scalesel='row',rnames=FALSE,reorder.rows=TRUE,reorder.columns=TRUE,name='Z-score',title="Heatmap",cdr="euclidean",cdc="euclidean",cmr="ward.D2",cmc="ward.D2",rmax=10)

PNorvaisas/PFun documentation built on May 20, 2019, 4:13 p.m.