Thanks for your input!!
From what I understand, the data on the GDC itself (which TCGAbiolinks uses) is just the segmented calls that have been called via Circular Binary Segmentation. Try to think of it as a pseudo-raw form of copy number (technically, it is just that because the calls are made by observing the probe intensities from the microarray chip that was used).
GISTIC 2.0 is then applied to this segmented data in order to produce a more summarised format. Other filtering occurs for, e.g., germline CNVs.
Yes - these are then the Masked Copy Number Segment files. And then they use these files to compute the gene-level data.
I would not necessarily expect overlap between the data from any of these sources. There is zero / no regulation in bioinformatics, and copy number calling algorithms in particular exhibit much disagreement.
I absolutely agree but what bugs me here is that if I use the GDC Masked Copy Number Segment files and overlap them with gene annotations, as you have done in PART III (A: How to extract the list of genes from TCGA CNV data), I get completely different results as when compared to the gene-level data from GDC - this is the same data source. I have not applied the other steps you have described as I just want a vector for each of my gene of interest with a status (loss, none, gain) over the patients. So I've just downloaded the data from TCGAbiolinks, overlapped with the annotation, filtered with a noise cutoff of abs(0.3) and kicked out all segments with less than 300 probes and computed a status. These are actually more similar to the gene-level results from Xena (gistic2 thresholded files) or Firebrowse (CopyNumber_Gistic2.Level_4 - all_data_by_genes.txt files). I mean there are differences but much less - I get an overlap of about 80 %, which I find ok especially as Xena and Firebrowse report more. I find 40-60 % losses/gains for a gene of interest for example depending on the data source, which is also reported in a publication. But the gene-level GDC data says there are only 3% losses/gains - and that's what I find strange. I mean that's an immense difference....
Hence my question: Is the GDC gene level data differently computed? Or are these just homozygous losses / high-level copy number amplification? Or can I really expect such high differences?
Thanks so much for your input!
PS: I wanted to stick with TCGAbiolinks, as the rest of the analysis is based on that and I would like to stick to the same data source.