Package ‘LDheatmap’

Dear all,

I'm using Package ‘LDheatmap’ for Graphical Display of Pairwise Linkage Disequilibria Between SNPs. This function produces a pairwise LD plot. — LDheatmap • LDheatmap
I put the LD measurements on each cell: text If TRUE , the LD measurements are printed on each cell. (you can check how to do it from the link above)
However I'm struggling to change the size of the LD measurements and also to move them in the centre of the allocated square. they are stuck in the corner of each square. please see:

I went through all the literature and information available but was unsuccessful. If anyone knows how to do it your help will be very much appreciated.
Thank you,
Eteri

Sorry everyone I found the answer:
grid.edit(gPath("ldheatmap", "heatMap", "heatmaptext"), gp = gpar(cex=2.0))

Thanks anyway!!

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.