Description Usage Arguments Value
View source: R/analysis_and_visualization.R
Convenience function to 'melt' all the heatmap matirces into a long-form data.frame format that can be used by 'ggplot2'. Retains list naming so that variables are correctly identified in created data.frames.
1 | meltheatmats(mats)
|
mats |
A list of overlap matrices as is produced by 'vectorheat'. |
Rturns a list of dataframes in long form, suitable for heat map plotting via 'ggplot2'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.