cn_HmClass_disease | R Documentation |
heatmap of gene expression for disease modeling studies Added 6-4-18
cn_HmClass_disease(cnResQuery, col_annotations, isBig = TRUE)
cnResQuery |
cellNet query results object |
isBig |
boolean |
nothing
cnRes_iPSC <- utils_loadObject("cn_iPSC_pooled_results_nat_prot_Jul_14_2017.R")
col_annotations_iPSC <- data.frame(Disease_Status = factor(sampTab_iPSC$disease_status), Study = factor(sampTab_iPSC$study_id))
set.seed(0) # reseed random number generator, makes column coloring reproducible
cn_HmClass_disease(cnRes_iPSC, col_annotations_iPSC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.