biopython / biopython

Official git repository for Biopython (originally converted from CVS)
http://biopython.org/
Other
4.41k stars 1.76k forks source link

Enhancement: PyPanda for gene network analysis #814

Open davidvi opened 8 years ago

davidvi commented 8 years ago

http://dx.doi.org/10.1371/journal.pone.0064832 PANDA (Passing Attributes between Networks for Data Assimilation) is a gene regulatory network inference method that uses message-passing to integrate multiple sources of 'omics data.

PANDA was first released in C++ but now we've created a python implementation of the PANDA algorithm that is both faster than the C++ version (because we now use matrix operations) and has more features.

https://github.com/davidvi/pypanda

Would you be interested in adding pypanda to biopython? I would be willing to maintain the code.

peterjc commented 8 years ago

See also http://mailman.open-bio.org/pipermail/biopython-dev/2016-April/021363.html