BRCA_exp <- get_tcga_exp(
counts_file_path = "../test_TransProR/download_data/TCGA-BRCA.htseq_counts.tsv",
gene_probes_file_path = "../test_TransProR/download_data/TCGA_gencode.v22.annotation.gene.probeMap",
phenotype_file_path = "../test_TransProR/download_data/TCGA-BRCA.GDC_phenotype.tsv",
output_file_path = '../test_TransProR/generated_data1/BRCA_Breast_TCGA_exp.rds'
)
Number of 'Primary Tumor' or 'Metastatic' samples: 1121
Number of 'normal' samples: 162
head(BRCA_exp[["tumor_tcga_data"]])[1:5, 1:5]
TCGA-A2-A0CY-01A TCGA-B6-A40B-01A TCGA-AO-A0J8-01A TCGA-A8-A08J-01A
TSPAN6 11.62890 11.924813 11.921469 11.209453
TNMD 0.00000 5.392317 5.087463 3.000000
DPM1 10.29921 11.054604 11.068106 12.284246
SCYL3 10.13443 11.045077 12.086800 11.473706
C1orf112 8.80090 9.413628 10.357552 8.988685
TCGA-E2-A14N-01A
TSPAN6 11.400346
TNMD 3.584963
DPM1 11.253257
SCYL3 9.873444
C1orf112 10.255029
head(BRCA_exp[["normal_tcga_data"]])[1:5, 1:5]
TCGA-BH-A1F0-11B TCGA-BH-A0BZ-11A TCGA-AC-A2FM-11B TCGA-BH-A0HA-11A
TSPAN6 12.782998 12.245256 11.983706 12.296916
TNMD 9.766529 12.024101 8.693487 7.882643
DPM1 11.373409 10.696098 10.894818 10.788718
SCYL3 10.772315 10.560333 9.539159 11.275543
C1orf112 8.700440 8.299208 7.721099 8.724514
TCGA-BH-A1FU-11A
TSPAN6 11.288289
TNMD 6.942515
DPM1 10.023754
SCYL3 10.309476
C1orf112 8.290019