Step6:气泡图展示相关性分析结果 ggplot(data,aes(x=Index, y=tax))+ geom_point(aes(color = r, size = abs(r))) + geom_text(aes(label = P_value_sig2), color = 'black', size = 1) + scale_size_area(max_size = 5) + ggsci::scale_color_material('teal') + theme_heatmap + th...