A package for generating curation sheets for rationally enriching a BEL graph using INDRA and PyBEL.
Project description
A package for generating curation sheets for rationally enriching a BEL graph using INDRA [1] and PyBEL [2].
Installation
bel_enrichment can be installed from directly GitHub with the following command:
$ pip install git+https://github.com/cthoyt/bel-enrichment.git
Usage
Generate a folder full of curation sheets based on the given BEL graph that has been pre-compiled by PyBEL. Use --info-cutoff to specify the minimum information density cutoff. 1.0 means that the node has no edges, .5 means one edge, and so on. Use --belief-cutoff to specify the minimum belief score from INDRA for adding the statement to the sheet. Higher belief means the more chance a statement is already right.
$ bel-enrichment make_sheet zhang2011.bel --directory ~/Desktop/zhang-enrichment
Generate a ranking for genes based on the information content in a given BEL graph that has been pre-compiled by PyBEL.
$ bel-enrichment ranks zhang2011.bel
References
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for bel_enrichment-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69fb59d9c392d648493cdbaccb7d199e16100acb3f067bf99be3d28809536855 |
|
MD5 | ae785b9f865dbe2bc4f41dcccf8bedd3 |
|
BLAKE2b-256 | 8da257efc7bc802e71bf917c88e4b8297e89d0073d5766e160dfe91d952a8fc8 |