Skip to content

Python package to predict enhancer-gene interactions supervised on CRISPRi data

License

Notifications You must be signed in to change notification settings

karbalayghareh/ENCODE-E2G

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b4a653 · Nov 21, 2023

History

7 Commits
Feb 22, 2023
Feb 21, 2023
Feb 21, 2023
Feb 21, 2023
Feb 21, 2023
Nov 21, 2023
Feb 21, 2023
Feb 21, 2023
Feb 21, 2023
Feb 21, 2023
Feb 21, 2023

Repository files navigation

ENCODE-E2G

Install requirements

conda create --name <env> --file requirements.txt

Run

You need three files to run ENCODE-E2G models:

- TSS file
- CRISPRi E-G (enhancer-gene) dataset
- Feature table

tss contains the TSS file we have used. crispri has the CRISPRi datasets for training the ENCODE-E2G and ENCODE-E2G_Extended models. Feature tables are binary matrices which specify the features to be used in each model. We have included the the full and ablated models of ENCODE-E2G and ENCODE-E2G_Extended in feature_table.

This demo file shows step-by-step how to run the ENCODE-E2G models, save them, predict the CRISPRi E-G pair, plot the analysis figures, and perform the genome-wide predictions for the provided E-G pairs for every ENCODE cell types.

About

Python package to predict enhancer-gene interactions supervised on CRISPRi data

Resources

License

Stars

Watchers

Forks

Packages

No packages published