This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Which DE method perform better for small number of genes

I would like to know which differential expression method performs better for genes (miR) number around 500 and sample number around 27. I have DE results of small-RNAseq based on negative binomial (Deseq2, EdgeR), poison (NoiSeq) distribution and t-test. It would be great if someone explains how gene number can effect DE.

rna-seq deseq2 edger noiseq ttest

Fyi NOIseq will be deprecated with the next release of Bioconductor, makes it questionable if you want to build on it.

1 answer

Gene number has little bearing on which test to use, the answer is always DESeq2/edgeR/limma-voom unless you have hundreds of samples.

Thank you for your answer. May I ask, what if I have both samples and variables(genes) are of similar range.

I guess if you're doing a targeted panel then that might be the case. You're still better off with DESeq2/edgeR/limma-voom.

Log in to answer this question.