WECCA.heatmap: Heatmap plotting with a chromosome indicator bar added.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

A heatmap generation of the WECCA clustering with chromosome info color-coded.

Usage

1
WECCA.heatmap(cghdata.regioned, dendrogram, ...)

Arguments

cghdata.regioned

A list-object as returned by the function regioning.

dendrogram

Determines if and how the row dendrogram should be computed and reordered. Should be a dendrogram as returned by the function WECCAsc or WECCAhc.

...

...

Details

This function is merely a thin wrapper to the heatmap function. It adds a color bar with chromosome information to the heatmap. Note that hard calls are used for heatmap plotting.

Value

See heatmap.

Author(s)

Wessel N. van Wieringen: w.vanwieringen@vumc.nl

See Also

heatmap, regioning, WECCAsc, WECCAhc.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# generate object of class
data(WiltingCalled)

# make region data (soft and hard calls)
WiltingRegioned <- regioning(WiltingCalled)

# clustering with soft.calls
dendrogram <- WECCAsc(WiltingRegioned)

# generate a heatmap of the found clustering
WECCA.heatmap(WiltingRegioned, dendrogram)

tgac-vumc/WECCA documentation built on May 31, 2019, 9 a.m.