r-bioinformatics / edgePy

A Python implementation of edgeR for differential expression analysis
https://edgepy.readthedocs.io
MIT License
96 stars 10 forks source link

DGEList samples and counts property validation #38

Open julianstanley opened 6 years ago

julianstanley commented 6 years ago

In /edgePy/_DGEList.py, there are a couple TODO statements about validation:

I'll pull request to validate samples to get started, and I can do the same with genes once I get feedback on whether I'm doing it correctly