Benchmark your gene regulatory networks inference algorithm (from scRNAseq or bulk RNAseq dataset) with BenGRN
The package is supposed to work with GRnnData and only uses biological ground truth datasets.
It can run Genie3 & pyscenic on your data as a comparison
It has 3 main different types of key ground truth data to compare your GRN to:
- Mc Calla et al.'s ChIP+Perturb ground truth
- omnipath's literature curated ground truth
- genome wide perturb seq 's dataset
You can find the documentation here
pip install bengrn
git clone https://github.com/jkobject/benGRN.git
pip install -e benGRN
from bengrn import BenGRN
from bengrn import some_test_function
# a GRN in grnndata formart
grndata
BenGRN(grndata).do_tests()
#or
some_test_function(grndata)
see the notebooks in docs:
If you want to run the notebooks offline, you need to download the data first.
from bengrn import download_perturb_gt, download_GT_db, download_sroy_gt
download_perturb_gt()
Read the CONTRIBUTING.md file.
Awesome Benchmark of Gene Regulatory Networks created by @jkobject