Pearson correlation matrix heat map. The different colors represent Pearson correlation coefficients, and the diverse circle sizes represent P value.
1
0
Entering edit mode
22 months ago

How do I generate Pearson correlation matrix heat map as bubble plot where the different colors represent Pearson correlation coefficients, and the diverse circle sizes represent P value. I am attaching an example: enter image description here

bubble R plot correlation • 813 views
ADD COMMENT
0
Entering edit mode

corrplot(matrix, method = 'circle')

ADD REPLY
0
Entering edit mode
22 months ago
Asaf 10k

You can use R corrgram package, although I suspect the figure you attached was done using ComplexHeatmap (See an example here near the end).

EDIT: ggcorrplot is what you are looking for probably

ADD COMMENT

Login before adding your answer.

Traffic: 2233 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6