Tchanders / NetworkInference.jl

Methods for inferring undirected networks from data
Other
44 stars 14 forks source link

Empirical Bayes hooks #12

Closed ananth-pallaseni closed 7 years ago

ananth-pallaseni commented 7 years ago

Added a new set of functions to plug into EmpiricalBayes. These are only loaded when EmpiricalBayes is found in the list of installed packages, else they are undefined. Added new tests for the new functions, also only run when EmpiricalBayes is found.

Tchanders commented 7 years ago

Thanks, this is really great. Reads well and is producing sensible results on real data.

In the absence of a detailed, PEP 8-type style guide for Julia, I've been aiming for keeping things internally consistent. So would you humour me with the following whitespace changes?

I'm going to remove the patch coverage target.