摘要: # 清除所有变量并设置工作目录 rm(list = ls()) setwd("C:\\Users\\Administrator\\Desktop\\新建文件夹 (2)") # 加载必要的库 library(doBy) # 读取数据 gene <- read.table('table.l5.relat 阅读全文
posted @ 2024-01-12 20:25 王哲MGG_AI 阅读(165) 评论(0) 推荐(0) 编辑
摘要: # 清除所有变量并设置工作目录 rm(list = ls()) # 加载必要的库 library(dplyr) setwd("C:\\Users\\Administrator\\Desktop") # 读取数据 data <- read.table("OTU table Bacteria.txt", 阅读全文
posted @ 2024-01-12 09:59 王哲MGG_AI 阅读(48) 评论(0) 推荐(0) 编辑