Too many significant genes when integrating gtex and tcga
1
0
Entering edit mode
Reza • 0
@fd964599
Last seen 10 weeks ago
United Kingdom

I have been working on data from the recount3 project to integrate GTEx and TCGA data and perform DEG analysis using DESeq2. However, I am encountering an issue where I am getting too many significant genes while using datasets with large sample size such as TCGA-COAD and colon tissue in GTEX.

This phenomenon is also mentioned here (PMID: 35199033), which reports that 92% of total gene input is accounted for by differentially expressed genes (DEGs) detected across TCGA primary tumor and GTEx normal colon tissue samples.

When using limma for analysis, the treat function can help address this issue by computing empirical Bayes moderated-t p-values relative to a minimum fold-change threshold.

Now I have two questions:

  1. I was wondering if there is a similar solution available for DESeq2.
  2. Is there a better approach to address this problem? because even after using treat there are still many significant genes left.
RNA-seq DESeq2 • 520 views
ADD COMMENT
0
Entering edit mode

These two datasets are from completely different experiments / batches. It is utterly meaningless to compare them. I would suggest comparative analysis within subtypes only using TCGA data.

ADD REPLY
0
Entering edit mode

Its true, however, there are many cancers in TCGA that do not have normal samples and in that case, someone can borrow normal samples from GTEx data set. I am also facing this situation, and when I include batch variable, there is an error of matrix is not full rank (as usual). I came across this publication "New functionalities in the TCGAbiolinks package for the study and integration of cancer data from GDC and GTEx" DOI:10.1371/journal.pcbi.1006701, which ,to some extent, can address these kind of issues.

ADD REPLY
0
Entering edit mode

It's perfectly confounded, you cannot correct for anything. Nothing will ever change that. People are just ignoring this simple fact because they "need" to analyze data, pretending comparability.

ADD REPLY
1
Entering edit mode
@james-w-macdonald-5106
Last seen 2 hours ago
United States

See ?results, in particular the lfcThreshold argument.

1
Entering edit mode

Yes, this was one of the aspects we highlighted in the 2014 paper, and it's also in the workflow. Check these places first.

Also take a step back and consider: you are asking, with many samples, if the null is true that gene expression is constant regardless of tumor/normal status. Of course it will reject the majority of genes.

Maybe there is a better approach to your biological question that null hypothesis testing.

ADD REPLY

Login before adding your answer.

Traffic: 669 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6