MSKCC-Epi-Bio / gnomeR

Package to wrangle and visualize genomic data in R
https://mskcc-epi-bio.github.io/gnomeR/
Other
26 stars 19 forks source link

Review Segmentation Functions #210

Open karissawhiting opened 1 year ago

karissawhiting commented 1 year ago

Currently these are in the inst > seg-stuff folder. I removed some dependencies that these functions needed for now. We can add them back as needed ({iClusterPlus}, {GenomicRanges}, {lattice}, {iRanges}, ...)

karissawhiting commented 1 year ago

Alli shared the following example:

Screen Shot 2022-12-06 at 10 36 55 AM

One idea is to make the current heatmap function a gpplot object. Then we can return a simple ggplot that users can then add/embellish using patchwork etc.