科研绘图系列:R语言多个图形组合(scatterplot heatmap)
1864_97percentmags_metabolism_summary.xlsx
数据暂时没下载到,C图暂时无法画出来
文章目录
- 介绍
- 加载R包
- 数据下载
- 导入数据
- Metadata
- OTU table
- Microbes significantly correlated with BNTI clusters
- BNTI_feature contribution
- CO2 data
- DRAM Annotation
- 画图颜色
- 数据清洗
- Getting correlated features with a significant contribution
- CO2
- Calculating correlation
- Plotting
- CH4
- Calculating correlation
- Plotting
- Annotation plot
- Merging final figure
- GHG correlations without filtering MAGs that contributed to assembly
- CO2 concentration
- Calculating correlation
- Joining with Taxonomy
- CH4
- Calculating correlation
- Joining with Taxonomy
- Plotting
- 系统信息
介绍
R语言多个图形组合
加载R包
library(ggpubr)
library(patchwork)
library(readxl)
library(ggtext)
library(ggh4x