cohort_heatmap | R Documentation |
Generate heatmap plot for the given tissue and module. If the heatmap already exists, it finds the appropriate png file where it is supposed to store a new one, it returns this file. This heat map function generates both a png and a pdf. All plots are stored in the path given by 'imgpath'
cohort_heatmap(tissue, module, cohort.name = "all",
orderByModule = NULL, orderByTissue = NULL, cl.height = 6)
tissue |
we want to look at |
module |
the module we want to generate a heetmap for |
cohort.name |
the patient cohort we select patients from, defaults to all patients |
orderByModule |
which module we want to order patients by. Default is order by module. |
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 |
cohort_heatmap("blood", "green")
cohort_heatmap("biopsy", "blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.