raphael-group / hotnet2

HotNet2 is an algorithm for finding significantly altered subnetworks in a large gene interaction network
Other
100 stars 43 forks source link

Request - Technical Documentation #33

Open cthoyt opened 7 years ago

cthoyt commented 7 years ago

I'd like to use the HotNet2 algorithm/pipeline inside a Jupyter Notebook and be able to embed it in other Python scripts.

I have a couple questions which could be addressed with a bit of technical documentation:

If you have answers, I'd be happy to write it in Sphinx format and submit a PR :) I enjoyed your paper and thanks for making this code open source.

matthewreyna commented 6 years ago

Thank you for your questions, and apologies for the delayed response.

The most expedient way to use HotNet2 in a Jupyter notebook is likely by calling or importing the makeNetworkFiles.py, makeHeatFile.py, and HotNet2.py scripts, but it depends, of course, on what you are trying to do.