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:
- Is it possible for me to bring my own NetworkX (di)graph?
- If so, what schema its node and edge data dictionaries would need to follow to run the algorithm?
- What functions run the algorithm?
- Where do the results go?
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.
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.