It seems that most differential gene expression packages for RNA-Seq are written in R.
Examples include:
- edgeR
- limma
- DESeq
Are any similar (and easy to use) packages available for Python, or have any of the R packages been ported?
The best I could find was:
- https://bcbio.wordpress.com/2009/09/13/differential-expression-analysis-with-bioconductor-and-python/
- http://dept.stat.lsa.umich.edu/~kshedden/Python-Workshop/gene_expression_comparison.html
But I really don't want to use rpy2 (1st link). The second link is probably where I would start, but I first wanted to make sure I'm not reinventing the wheel.