├── LICENSE ├── README.md ├── easyTCGA ├── 1行代码提取6种TCGA表达矩阵和临床信息.md ├── 1行代码提取表达矩阵2.0版本.md ├── 1行代码整理泛癌数据.md ├── easyTCGA1行代码下载基因表达数据.md ├── easyTCGA可视化函数.md └── 任意基因在泛癌的表达量展示.md ├── tcga ├── 000tcga合集链接.md ├── 1万个基因批量wilcox检验.md ├── 1行代码计算肿瘤突变负荷.md ├── DEseq2差异分析及vst探索.md ├── TCGA官网下载文件数量和tcgabiolinks下载的不一致.md ├── countstpmfpkmvstcpm表达量差异.md ├── ggplot2可视化CNV_gistic_score.md ├── ggplot绘制突变全景图.md ├── gistic2安装使用.md ├── tcga+gtex联合数据.md ├── tcgabiolinks00数据下载.md ├── tcgabiolinks01表达矩阵提取.md ├── tcgabiolinks02差异分析.md ├── tcgabiolinks03富集分析和生存分析.md ├── tcgabiolinks04手动整理表达矩阵.md ├── tcgabiolinks05下载和整理MAF.md ├── tcgabiolinks06不同癌种数据合并(上).md ├── tcgabiolinks07snp和临床信息制作.md ├── tcgabiolinks08:甲基化.md ├── tcgabiolinks10:可视化.md ├── tcgabiolinks11不同癌种数据合并(下).md ├── tcga又㕛叒叕更新了!.md ├── tcga批量差异分析可视化.md ├── 批量生存分析.md ├── 批量生存分析for循环.md └── 最适合初学者的tcga下载教程.md ├── 单细胞 ├── 单细胞入门之Seurat标准流程.md ├── 单细胞入门之多样本整合.md └── 单细胞入门之细胞类型鉴定.md ├── 常见分析 ├── 0001combat去批次.md ├── 0002免疫浸润一致性聚类.md ├── 0003ImmLnc和ImmReLnc识别免疫相关lncRNA.md ├── 0004wgcna识别免疫相关lncRNA.md ├── GSEA富集分析可视化.md ├── GSVA和ssGSEA.md ├── Goplot富集分析可视化.md ├── GseaVis富集分析可视化.md ├── IOBR.md ├── MOVICS.md ├── SIC图表学习01.md ├── WGCNA分类变量处理.md ├── WGCNA注意事项.md ├── enrichplot富集分析可视化.md ├── limma差异分析谁比谁很重要吗.md ├── simplifyEnrichment简化富集分析结果.md ├── tinyarray.md ├── 单基因富集分析.md ├── 单基因富集分析之火山图和热图.md ├── 富集分析常见类型.md ├── 常见镜像设置.md ├── 手动计算logFC.md ├── 生信初学者资源推荐.md └── 药物敏感性分析.md └── 甲基化 ├── champ_IDAT.md ├── champ_betaMatrix.md ├── champ_coread.md └── minfi.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/README.md -------------------------------------------------------------------------------- /easyTCGA/1行代码提取6种TCGA表达矩阵和临床信息.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/easyTCGA/1行代码提取6种TCGA表达矩阵和临床信息.md -------------------------------------------------------------------------------- /easyTCGA/1行代码提取表达矩阵2.0版本.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/easyTCGA/1行代码提取表达矩阵2.0版本.md -------------------------------------------------------------------------------- /easyTCGA/1行代码整理泛癌数据.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/easyTCGA/1行代码整理泛癌数据.md -------------------------------------------------------------------------------- /easyTCGA/easyTCGA1行代码下载基因表达数据.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/easyTCGA/easyTCGA1行代码下载基因表达数据.md -------------------------------------------------------------------------------- /easyTCGA/easyTCGA可视化函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/easyTCGA/easyTCGA可视化函数.md -------------------------------------------------------------------------------- /easyTCGA/任意基因在泛癌的表达量展示.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/easyTCGA/任意基因在泛癌的表达量展示.md -------------------------------------------------------------------------------- /tcga/000tcga合集链接.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/000tcga合集链接.md -------------------------------------------------------------------------------- /tcga/1万个基因批量wilcox检验.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/1万个基因批量wilcox检验.md -------------------------------------------------------------------------------- /tcga/1行代码计算肿瘤突变负荷.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/1行代码计算肿瘤突变负荷.md -------------------------------------------------------------------------------- /tcga/DEseq2差异分析及vst探索.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/DEseq2差异分析及vst探索.md -------------------------------------------------------------------------------- /tcga/TCGA官网下载文件数量和tcgabiolinks下载的不一致.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/TCGA官网下载文件数量和tcgabiolinks下载的不一致.md -------------------------------------------------------------------------------- /tcga/countstpmfpkmvstcpm表达量差异.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/countstpmfpkmvstcpm表达量差异.md -------------------------------------------------------------------------------- /tcga/ggplot2可视化CNV_gistic_score.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/ggplot2可视化CNV_gistic_score.md -------------------------------------------------------------------------------- /tcga/ggplot绘制突变全景图.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/ggplot绘制突变全景图.md -------------------------------------------------------------------------------- /tcga/gistic2安装使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/gistic2安装使用.md -------------------------------------------------------------------------------- /tcga/tcga+gtex联合数据.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcga+gtex联合数据.md -------------------------------------------------------------------------------- /tcga/tcgabiolinks00数据下载.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcgabiolinks00数据下载.md -------------------------------------------------------------------------------- /tcga/tcgabiolinks01表达矩阵提取.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcgabiolinks01表达矩阵提取.md -------------------------------------------------------------------------------- /tcga/tcgabiolinks02差异分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcgabiolinks02差异分析.md -------------------------------------------------------------------------------- /tcga/tcgabiolinks03富集分析和生存分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcgabiolinks03富集分析和生存分析.md -------------------------------------------------------------------------------- /tcga/tcgabiolinks04手动整理表达矩阵.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcgabiolinks04手动整理表达矩阵.md -------------------------------------------------------------------------------- /tcga/tcgabiolinks05下载和整理MAF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcgabiolinks05下载和整理MAF.md -------------------------------------------------------------------------------- /tcga/tcgabiolinks06不同癌种数据合并(上).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcgabiolinks06不同癌种数据合并(上).md -------------------------------------------------------------------------------- /tcga/tcgabiolinks07snp和临床信息制作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcgabiolinks07snp和临床信息制作.md -------------------------------------------------------------------------------- /tcga/tcgabiolinks08:甲基化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcgabiolinks08:甲基化.md -------------------------------------------------------------------------------- /tcga/tcgabiolinks10:可视化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcgabiolinks10:可视化.md -------------------------------------------------------------------------------- /tcga/tcgabiolinks11不同癌种数据合并(下).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcgabiolinks11不同癌种数据合并(下).md -------------------------------------------------------------------------------- /tcga/tcga又㕛叒叕更新了!.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcga又㕛叒叕更新了!.md -------------------------------------------------------------------------------- /tcga/tcga批量差异分析可视化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/tcga批量差异分析可视化.md -------------------------------------------------------------------------------- /tcga/批量生存分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/批量生存分析.md -------------------------------------------------------------------------------- /tcga/批量生存分析for循环.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/批量生存分析for循环.md -------------------------------------------------------------------------------- /tcga/最适合初学者的tcga下载教程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/tcga/最适合初学者的tcga下载教程.md -------------------------------------------------------------------------------- /单细胞/单细胞入门之Seurat标准流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/单细胞/单细胞入门之Seurat标准流程.md -------------------------------------------------------------------------------- /单细胞/单细胞入门之多样本整合.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/单细胞/单细胞入门之多样本整合.md -------------------------------------------------------------------------------- /单细胞/单细胞入门之细胞类型鉴定.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/单细胞/单细胞入门之细胞类型鉴定.md -------------------------------------------------------------------------------- /常见分析/0001combat去批次.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/0001combat去批次.md -------------------------------------------------------------------------------- /常见分析/0002免疫浸润一致性聚类.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/0002免疫浸润一致性聚类.md -------------------------------------------------------------------------------- /常见分析/0003ImmLnc和ImmReLnc识别免疫相关lncRNA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/0003ImmLnc和ImmReLnc识别免疫相关lncRNA.md -------------------------------------------------------------------------------- /常见分析/0004wgcna识别免疫相关lncRNA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/0004wgcna识别免疫相关lncRNA.md -------------------------------------------------------------------------------- /常见分析/GSEA富集分析可视化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/GSEA富集分析可视化.md -------------------------------------------------------------------------------- /常见分析/GSVA和ssGSEA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/GSVA和ssGSEA.md -------------------------------------------------------------------------------- /常见分析/Goplot富集分析可视化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/Goplot富集分析可视化.md -------------------------------------------------------------------------------- /常见分析/GseaVis富集分析可视化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/GseaVis富集分析可视化.md -------------------------------------------------------------------------------- /常见分析/IOBR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/IOBR.md -------------------------------------------------------------------------------- /常见分析/MOVICS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/MOVICS.md -------------------------------------------------------------------------------- /常见分析/SIC图表学习01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/SIC图表学习01.md -------------------------------------------------------------------------------- /常见分析/WGCNA分类变量处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/WGCNA分类变量处理.md -------------------------------------------------------------------------------- /常见分析/WGCNA注意事项.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/WGCNA注意事项.md -------------------------------------------------------------------------------- /常见分析/enrichplot富集分析可视化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/enrichplot富集分析可视化.md -------------------------------------------------------------------------------- /常见分析/limma差异分析谁比谁很重要吗.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/limma差异分析谁比谁很重要吗.md -------------------------------------------------------------------------------- /常见分析/simplifyEnrichment简化富集分析结果.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/simplifyEnrichment简化富集分析结果.md -------------------------------------------------------------------------------- /常见分析/tinyarray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/tinyarray.md -------------------------------------------------------------------------------- /常见分析/单基因富集分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/单基因富集分析.md -------------------------------------------------------------------------------- /常见分析/单基因富集分析之火山图和热图.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/单基因富集分析之火山图和热图.md -------------------------------------------------------------------------------- /常见分析/富集分析常见类型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/富集分析常见类型.md -------------------------------------------------------------------------------- /常见分析/常见镜像设置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/常见镜像设置.md -------------------------------------------------------------------------------- /常见分析/手动计算logFC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/手动计算logFC.md -------------------------------------------------------------------------------- /常见分析/生信初学者资源推荐.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/生信初学者资源推荐.md -------------------------------------------------------------------------------- /常见分析/药物敏感性分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/常见分析/药物敏感性分析.md -------------------------------------------------------------------------------- /甲基化/champ_IDAT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/甲基化/champ_IDAT.md -------------------------------------------------------------------------------- /甲基化/champ_betaMatrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/甲基化/champ_betaMatrix.md -------------------------------------------------------------------------------- /甲基化/champ_coread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/甲基化/champ_coread.md -------------------------------------------------------------------------------- /甲基化/minfi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayueme/R_bioinformatics/HEAD/甲基化/minfi.md --------------------------------------------------------------------------------