上一页 1 2 3 4 5 6 7 8 ··· 33 下一页
摘要: # 清空工作环境,删除所有对象 rm(list = ls()) library(data.table) # 加载data.table包 library(data.table) # 设置工作目录 setwd("C:\\Users\\Administrator\\Desktop") # 设置为你的工作目 阅读全文
posted @ 2024-06-19 16:07 王哲MGG_AI 阅读(63) 评论(0) 推荐(1)
摘要: rm(list = ls()) setwd("C:\\Users\\Administrator\\Desktop\\New_microtable") #设置工作目录 library(microeco) library(magrittr) library(dplyr) library(tibble) 阅读全文
posted @ 2024-06-13 22:38 王哲MGG_AI 阅读(93) 评论(0) 推荐(0)
摘要: rm(list = ls()) setwd("C:\\Users\\Administrator\\Desktop\\New_microtable") #设置工作目录 library(microeco) library(magrittr) library(dplyr) library(tibble) 阅读全文
posted @ 2024-06-12 11:12 王哲MGG_AI 阅读(292) 评论(0) 推荐(0)
摘要: rm(list = ls()) setwd("C:\\Users\\Administrator\\Desktop\\New_microtable") #设置工作目录 library(microeco) library(magrittr) library(dplyr) library(tibble) 阅读全文
posted @ 2024-06-06 08:49 王哲MGG_AI 阅读(98) 评论(0) 推荐(0)
摘要: Vertex 135 Edge 1523 Average_degree 22.562962962963 Average_path_length 2.20846705198353 Network_diameter 6 Clustering_coefficient 0.701431967070555 D 阅读全文
posted @ 2024-06-05 20:29 王哲MGG_AI 阅读(428) 评论(0) 推荐(0)
摘要: UniRef数据库是UniProt(Universal Protein Resource)提供的一系列非冗余蛋白质序列数据库,主要包括UniRef100、UniRef90和UniRef50。它们通过聚类算法将序列相似的蛋白质聚集在一起,减少数据冗余。UniRef90和UniRef50的区别主要在于聚 阅读全文
posted @ 2024-05-21 16:43 王哲MGG_AI 阅读(1280) 评论(0) 推荐(0)
摘要: rm(list = ls()) setwd("C:\\Users\\Administrator\\Desktop\\microtable") #设置工作目录 library(microeco) library(magrittr) library(tidyverse) library(aplot) l 阅读全文
posted @ 2024-05-14 15:55 王哲MGG_AI 阅读(122) 评论(0) 推荐(0)
摘要: rm(list = ls()) setwd("C:\\Users\\Administrator\\Desktop\\microtable") #设置工作目录 library(microeco) library(magrittr) feature_table <- read.table('featur 阅读全文
posted @ 2024-05-14 15:47 王哲MGG_AI 阅读(139) 评论(0) 推荐(0)
摘要: rm(list = ls()) setwd("C:\\Users\\Administrator\\Desktop\\microtable") #设置工作目录 library(microeco) library(magrittr) feature_table <- read.table('featur 阅读全文
posted @ 2024-05-07 16:39 王哲MGG_AI 阅读(118) 评论(0) 推荐(0)
摘要: dataset$sample_sums() %>% range #计算并查看样本总数的范围 dataset$rarefy_samples(sample.size = 1000000) #执行重采样,标准化样本中的测序深度 "46 features are removed because they a 阅读全文
posted @ 2024-05-07 10:41 王哲MGG_AI 阅读(140) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 33 下一页