cn_HmVars | R Documentation |
heatmap of gene expression
cn_HmVars(expDat, sampTab, isBig = FALSE, dist = "correlation")
expDat |
expression matrix |
sampTab |
sample table |
isBig |
boolean |
dist |
distance metricx used, determines also whether to row-scale or not |
nothing
selectedGenes<-c("Actb", "Gapdh", "Hlf", "Sox2")
cn_HmVars(expDat[selectedGenes,], sampTab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.