Here I have clinical data which each line is a case, its number is TCGA-xxxx-xx(only three fields,such as TCGA-A6-2670).
But the expression data have multiple samples of a case (such as TCGA-A6-2670-01A-02R-0821-07, TCGA-A6-2670-01A-02D-0820-05, TCGA-A6-2670-01A-02T-0822-13 and so on)?
So how can I match every sample to the only one clinical record. Or do all cancer samples correspond to the same clinical case?
(I have checked the clinical data, there's no information can match the sample)
Thank You Very Much!
Hello, I am in the same problem. I downloaded "transcriptome profiling" data of TCGA by using the Bioconductor package. I get my gene expression data against each patient's TCGA barcode (such as TCGA-A6-2670-01A-02R-0821-07). As I have to do the differential expression of gene analysis and need clinical data also, I downloaded "Race" data also by using Bioconductor packages. But I got race data against the patient barcode (TCGA-xxxx-xx, only three fields,such as TCGA-A6-2670). How I will determine which patient Id (TCGA-xxxx-xx) corresponds to which TCGA barcode (TCGA-A6-2670-01A-02R-0821-07)? or now how I will add the TCGA barcode to my clinical data??