junjunlab / scRNAtoolVis

Useful functions to make your scRNA-seq plot more cool!
Other
271 stars 29 forks source link

col front size in AverageHeatmap #13

Open lwlive opened 1 year ago

lwlive commented 1 year ago

The program "scRNAtoolVis" do helps me a lot. Thanks for your sharing! I have meet an problem when I using "AverageHeatmap". I notice that "fontsize" could adjust the size of genenames in AverageHeatmap. How could I adjust the col size of the cell cluster? Could you please offer some help?

Best Wishes! Wei Liu

junjunlab commented 1 year ago

You can add column_names_gp = grid::gpar(fontsize = 18) in AverageHeatmap to change the column name fontsize.