View source: R/genes-meta-analyses.R
drawOverlapHeatmaps | R Documentation |
Draw the heatmap based on the output of matrix overlap_res
drawOverlapHeatmaps(dfPercent, dfpvalue, label.df1, label.df2,
col = barzinePhdR::colCbc(), colp)
dfPercent |
overlap matrix computed by matrix overlap_res |
dfpvalue |
associated p-value matrix |
label.df1 |
character string. Label for the first data.frame |
label.df2 |
character string. Label for the second data.frame |
col |
colour palette for the main heatmap |
colp |
colour palette for the p-value associated heatmap. |
two heatmaps one with the percentage of overlap between the two studies and the second with the corresponding p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.