This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to understand the data and the sample for BS-seq data from TCGA

I notice there are BS-seq data in TCGA Project, however, there is no samplesheet to explain the relationship between BS-seq files in GDC with sample ID.

How to deal with this problem? Such as

> ResultCount_MERGING_1_NIC1254A17.hg19_rCRSchrm.fa.realign.mdups.recal.cpg.filtered.sort.CG.6plus2.fixed.bed

Which sample it is?

Thanks.

enter image description here

tcga sample id

2 answers

sampleID's are now replaced with UUIDs, the Case UUID is the one you would be interested in, from there and from a GDC manifest file, it is possible to find the TCGA-XXXX sample ID.

UUID to Sample Barcodes in R

GDC Wiki on UUIDs and TCGA Sample Barcodes

Log in to answer this question.