Hi all, I've analyzed the HTSeq count data of TCGA and have used the DESeq2 for normalization. As you know there are a small number of normal samples in TCGA for each cancer type. Is it acceptable to perform the DEA with these unbalanced samples (in terms of number)?
Which one do you recommend?
- Using just all the data of TCGA (e.g. 533 tumor samples and 59 normal).
- Sequestering the same number of tumor and normal samples of TCGA and just analyzing them.
- Using normal samples from another database (e.g GTEx) which has a larger number of samples.
Thanks for any help.
1 answer
There is no real problem using unbalanced number of replicates in DEA, as long as each condition has enough samplse to measure the variance (and 59 is definately enough), then its fine.
Definately don't do 3 - counts from one project are not comparable to counts from a second project.
One thing you might need to pay attension to, which such large numbers of samples, is how homogenous the samples are. Samples from projects like TCGA need to be treated like observational data, not experimental data. There are undoubtly heterogenetities in the data that will throw off the model assumptions.
See this thread from MikeLove for some suggestions:
Got an RNA-seq dataset with 50, 100, 200+ samples? Plug it into a differential expression tool and hope for the best? No! You need to consider QC, EDA, and modeling technical variation, or else risk generating spurious results. A thread on papers, methods, and best practices: pic.twitter.com/p7Zn61QjHw
— Michael Love (@mikelove) April 11, 2022
Log in to answer this question.