Entering edit mode
7.7 years ago
akij
▴
190
In TCGA there are 4 files related to each case, for example this one
I don't completely understand why 4 files. Or I don't know how to interpret properly. Both tumor and normal sample has 2 files(grch38.seg.txt and nocnv.grch38.seg.txt). I understand that grch38.seg contain normally occurring CNVs and nocnv.grch38.seg contains tumor specific changes(CNA). What I don't understand is that why do we have 2 files for normal sample? Why normal samples have CNA?
Look at the file names,
ASPER_p_TCGA_b_306_308_146_NSP_GenomeWideSNP_6_C06_1365494.grch38.seg.txt ASPER_p_TCGA_b_306_308_146_NSP_GenomeWideSNP_6_C06_1365494.nocnv_grch38.seg.txt ASPER_p_TCGA_b_306_308_146_NSP_GenomeWideSNP_6_C07_1365544.grch38.seg.txt ASPER_p_TCGA_b_306_308_146_NSP_GenomeWideSNP_6_C07_1365544.nocnv_grch38.seg.txt
You can see two _C06_, two _C07_. I guess the data analysed from two different center. In either C06 or C07, it has two files, one file named with nocnv and the other without. In this condition, let's say one sample only has one CNV file.