Closed kaizen89 closed 1 year ago
Hi @kaizen89,
Apologies for the delay.
It appears that you are using an old version of SCpubr
. SCpubr v2.0.0
onwards replaced the use of ComplexHeatmap
with ggplot2
for heatmap-based plots, such as do_ExpressionHeatmap
.
Would you perhaps consider updating to the latest version? This way, you can control the overarching font size of the plots with font.size
parameter, applicable to every function in SCpubr
as of v2.0.0
.
Otherwise, in your specific case, I think you need to provide just 8
to p1@ht_list$Avg. Expression@row_names_param$gp$fontsize
instead of rep(8,length(markers))
.
Hope this helps! Please feel free to reopen the issue if you still need further feedback!
Best, Enrique
Hi, I made a heatmap with
do_ExpressionHeatmap
as followingI then wanted to edit the parameters of p1 to change the font sizes of the genes and clusters names but I couldn't manage.
Does anyone have an idea? Thanks