r-bioinformatics / edgePy

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

Create headers of functions/classes #34

Open vzg100 opened 6 years ago

vzg100 commented 6 years ago

We should create blank functions/classes with the expected input, documentation, and some unit tests for them. We can treat this as a skeleton to build on later. For example the stat functions we expect to use such as linear regression.

julianstanley commented 6 years ago

That sounds like a fantastic idea to me. It'll also be a nice way to slice up what needs to be implemented.

eegk commented 6 years ago

We have been doing this as far as I know. :3 I can add some more empty functions.

eegk commented 6 years ago

Please add more functions if required based on the package. We have some, others may be missing.