Initialize repository and test bioprocess, gene, and metapath data extraction #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR initializes this repo and provides a way to test bioprocess, gene, and metapath data extraction. The work is split into two sections under
src
:hetionet_utils
which is a package intended to help with work in another section,bioprocess_metapath_to_gene_pval_and_dwpc
, which is primarily for Jupyter notebook-based analysis work.Within the notebooks I've tried to provide estimates on how large the data extraction tasks may be. As is these appear to be very large and could require significant storage in order to complete without compression or intermediate calculations. Generally I tried to provide documentation where I could but please let me know if I may clarify.
The work builds upon an earlier collaboration with @NegarJanani through this notebook: https://gist.github.com/d33bs/d41b747ecb197d01ec645b525aecbeef , which became the basis for the work found here.