打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
TCGAbiolinks下载TCGA数据总结
最新版的TCGA是比对到hg38
基于RNAseq的测序count文件下载
query <- GDCquery(project = "TARGET-AML",                  data.category = "Transcriptome Profiling",                  data.type = "Gene Expression Quantification",                   workflow.type = "HTSeq - Counts")
FPKM-UQ下载
# Gene expression aligned against hg38query <- GDCquery(project = "TCGA-GBM",                  data.category = "Transcriptome Profiling",                  data.type = "Gene Expression Quantification",                   workflow.type = "HTSeq - FPKM-UQ",                  barcode = c("TCGA-14-0736-02A-01R-2005-01", "TCGA-06-0211-02A-02R-2005-01"))
FPKM下载
query <- GDCquery(project = "TCGA-GBM",                  data.category = "Transcriptome Profiling",                  data.type = "Gene Expression Quantification",                   workflow.type = "HTSeq - FPKM")
miRNA下载
query = GDCquery(project = "TCGA-COAD",                                data.category = "Transcriptome Profiling",                               data.type = "miRNA Expression Quantification") query = GDCquery(project = "TARGET-AML",                  data.category = "Transcriptome Profiling",                  data.type = "miRNA Expression Quantification",                  workflow.type = "BCGSC miRNA Profiling"
个性化下载—使用样本类型只获得原发性实体肿瘤样本和正常实体组织
# Using sample type to get only Primary solid Tumor samples and Solid Tissue Normalquery.mirna <- GDCquery(project = "TCGA-ACC",                         data.category = "Transcriptome Profiling",                         data.type = "miRNA Expression Quantification",                        sample.type = c("Primary solid Tumor","Solid Tissue Normal"))
甲基化芯片数据下载
# All DNA methylation data for TCGA-GBM and TCGA-GBMquery.met <- GDCquery(project = c("TCGA-GBM","TCGA-LGG"),                      legacy = TRUE,                      data.category = "DNA methylation",                      platform = c("Illumina Human Methylation 450", "Illumina Human Methylation 27"))
下载450甲基化芯片
query.met <- GDCquery(project = c("TCGA-GBM"),                      legacy = TRUE,                      data.category = "DNA methylation",                      platform = c("Illumina Human Methylation 450"))
下载甲基化idat文件
# Searching idat file for DNA methylationquery <- GDCquery(project = "TCGA-OV",                  data.category = "Raw microarray data",                  data.type = "Raw intensities",                   experimental.strategy = "Methylation array",                   legacy = TRUE,                  file.type = ".idat",                  platform = "Illumina Human Methylation 450")
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
超友好的TCGA数据下载方式!
手动下载的TCGA数据也是可以用TCGAbiolinks包整理的
TCGA数据库R包集大成者TCGAbiolinks
数据挖掘TCGA
批量将多个文件内的压缩文件复制至一个文件内
TCGA数据库悄咪咪更新了—RNAseq没有HTSeq-Counts了
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服