分类: R语言

3 篇文章

picrust1-分2,3级时
#激活环境 conda activate qiime2-2019.7 #按拷贝数标准化OTU表,处理自己数据成picrust1所需 ##安装好qiime2,然后导入成qiime2格式,方便后面使用 #feature-table.biom文件 #qiime tools import --input-path ../97_otus.fasta --ou…
clusterProfiler
#BiocManager::install('clusterProfiler') #BiocManager::install("pathview") #install.packages('tidyverse') library(clusterProfiler) library(tidyverse) data1<-read.table("K2.…
气泡图
library(ggplot2) colors <-c("#E41A1C","#000000","#FF8C00","#4DAF4A","#984EA3", "#40E0D0") Ap3.2<-read.csv("Ap3.2.csv") #Ap3.1$SWA<-factor(Ap3.1$SWA,levels = c("PUT","…