View source: R/zscoreHeatmap.R
zscorePlot | R Documentation |
Visulization of Z-score heatmap.
zscorePlot(zscoreMatrix)
zscoreMatrix |
calculated and reshaped z-score matirx from join count analysis. |
A Heatmap plot
fpath <- system.file("extdata", "dataframe.rda", package="stJoincount")
load(fpath)
mosaicIntegration <- rasterizeEachCluster(humanBC)
joincount.result <- joincountAnalysis(mosaicIntegration)
matrix <- zscoreMatrix(humanBC, joincount.result)
zscorePlot(matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.