aifimmunology / MOCHA

R package for single-cell Open Chromatin Identification & Downstream Analysis
https://aifimmunology.github.io/MOCHA/
GNU General Public License v3.0
2 stars 0 forks source link

Plot fix implementation #147

Closed markphillippebworth closed 11 months ago

markphillippebworth commented 11 months ago

Re-wrote major portions of plotRegion so that it would not rely on ggbio for gene plots.

We generate our own gene plots, replying on only ggplot and ggrepel.

These plots are then combined with the data, and the ideogram (from ggbio) using cowplot.

Additional modifications were made to extractRegions to fix a bug, and to StringsToGranges (just to make it more robus. It removes commas from the String so that you can copy and paste chromosome locations directly from the UCSC genome browser or other locations.