Transipedia / dekupl-run

Identify differentially expressed k-mers between RNA-Seq datasets
MIT License
11 stars 11 forks source link

Limma voom for kmers #65

Closed MarineAGLAVE closed 5 years ago

MarineAGLAVE commented 5 years ago

It's me again ;) I implemented a limma-voom for k-mers DE. And now that I have tested and validated it on my data, I propose it to enrich the panel of statistical methods.

jaudoux commented 5 years ago

Everything looks great, thanks for this addition. I think many will benefit from this new test. Do you have comparison run times of the three methods (ttest, deseq2, limma-voom) of a large cohort ?

MarineAGLAVE commented 5 years ago

I didn't make the comparison on large cohorts (DESeq2 really took a lot of time). On 17 samples (8 vs 9), 9046760 of k-mers in the masked-count.tsv, limma-voom is 10 times faster. This figure represente the run time only from the Rscript for DE k-mers (not jellyfish, merge countTable and genes analysis). Comparison_methods

jaudoux commented 5 years ago

Awesome, that's a huge improvement !!!

MarineAGLAVE commented 5 years ago

Yes!! And very helpful on my project with large cohort ;)