Closed lakhanp1 closed 5 years ago
Actually you need to manually set pos_line
and pos_line_gp
in anno_enriched()
as well.
But thanks to your comment, now by default pos_line
and pos_line_gp
in anno_enriched()
will take the same value in EnrichedHeatmap()
that if you try your code again, the vertical line in the annotation will be orange.
If you also update ComplexHeatmap package, you can find the order of k-kmeans slices now are nicely set.
Thank you Zuguang. Yes, I updated to latest ComplexHeatmap and the new features are really good.
Hi Zuguang,
I am using the latest updated EnrichedHeatmap package (v1.13.1) from GitHub. I wanted to change position line color using
pos_line_gp
option. I noticed that when I change the color in gpar() argument, the line color is not changed for top annotation. The color is reflected correctly for main heatmap body whereas the top annotation position line is still in defaultblack
color. Please refer below for the reproducible example.Thank you! ~Lakhan.