Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 547 Bytes

The GeneNet algorithm is used to learn genetic regulatory network connectivity from experimental data. It exploits the time series nature of experimental data to allow for better causal predictions on networks with tight feedback.

Contact: Chris Myers (@cjmyers) [email protected]

Installing GeneNet

From source:

If you want to compile GeneNet from source, simply run:

make

This will create a binary called GeneNet in the GeneNet/bin directory.