-
R:无法安装ncdf4,错误nc-config… no|解决
无法安装ncdf4,错误nc-config… no: ‘getOption(“repos”)’ replaces Bioconductor standard repositorie…
-
2025年度中国博士后科学基金第77批面上资助拟资助4501人|名单
2025年6月24日,中国博士后科学基金第77批面上资助共4501名拟资助人员;中国博士后科学基金第77批面上资助各专业人数统计: 一级学科 人数 材料科学与工程 233 化学 119 动力工程及工程热物理 54 光学工程 50 工商管理 …
-
警惕!International journal of biological macromolecules被中科院降为2区,2024年发文量破万
International Journal of Biological Macromolecule,创刊年份: 1979,ISSN: 0141-8130 (印刷版), 1879-0003 (电子版),索引/收录: 被所有主流数据库收录,包括…
-
2025年中国科学院分区《国际期刊预警名单》
2025年3月19日中国科学院文献情报中心-期刊分区表团队发布 期刊 ISSN/EISSN 预警原因 Wireless Personal Communications 0929-6212 论文工厂 Natural Resources For…
-
Rstudio/Rstudio Server enable Copilot-Rstudio Server打开Copilot
Rstudio Server 默认是关闭Copilot Copilot is turned off by default. Copilot is turned off with copilot-enabled=0 in /etc/rstud…
-
R_Code: KEGG analysis
library(clusterProfiler) library(org.Hs.eg.db) # 读取输入数据文件 file_path <- “C:/Users/Lamarck/Desktop/UP_genes_ENSEMBL_ENT…
-
R_Code:GO and Functional GO
GO analysis: library(AnnotationDbi) library(org.Hs.eg.db) #基因注释包 library(clusterProfiler) #富集包 # 读取CSV文件 file_path <-…
-
R_Code:WGCNA and WGCNA_Get_Gene_Length
library(WGCNA) library(DESeq2) # enableWGCNAThreads(nThreads = 10) # 在处理数据框(data.frame)时,不会自动给将String类型转换成factor类型 optio…
-
R_Code:RNAseq_GSEA_analysis
library(clusterProfiler) # GSEA 和富集分析主力包 library(org.Hs.eg.db) # 人类注释数据库(ENTREZID 与 SYMBOL 等 ID 转换) library(enrichplot) …
-
R_Code:RNAseq_Gene_Type_Convert_ENSEMBL_to_ENTREZ
1.Ensembl_to_Entrez: library(AnnotationDbi) library(org.Hs.eg.db) library(clusterProfiler) library(dplyr) diff <- rea…