Description Usage Arguments Value
View source: R/cohort_heatmap.R
Generate heatmap where genes and patients are reordered according the sig.ranksum() output for a given gene set expressed in a given tissue
1 2 | cohort_heatmap(mixt.dat, mixt.ranksum, tissue, module, cohort.name = "all",
orderByModule = NULL, orderByTissue = NULL, cl.height = 6)
|
mixt.dat |
Data object from matched tissues |
mixt.ranksum |
Output of sig.ranksum() |
tissue |
character string that provides the name of tissue of interest |
module |
character string that provides the name of the module of interest |
cohort.name |
character string that provides the name of the patient cohort we select patients from, defaults is set to 'all' |
orderByModule |
patient ordering can be based on another module/gene set expression. |
orderByTissue |
the tissue where the orderByModule module is found. Default is the same tissue. |
cl.height |
dimension of plotting area for clinical variable. Default = 6 |
heatmap plot with patients and genes reordered according to sig.ranksum()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.