Modifying plotMarkerHeatmap to show vertical lines kind of like geom_vline #1425
-
Hi ArchR team, I am wondering how can we customize the resulting plot from plotMarkerHeatmap() and draw() to highlight specific regions by adding a vertical line. Seems like adding ggplot nomenclature is not compatible. Do you know how to go around this? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
plotMarkerHeatmap()
usesComplexHeatmap
, not ggplot.You can check their documentation in case they have the feature you are looking for. Though we dont provide a lot of customization for these heatmaps. In general, if you want something plotted that isnt standard, its either going to require your own custom code to plot or manually editing (e.g. in Adobe Illustrator) afterwards.