Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
karbalayghareh committed Feb 21, 2023
1 parent 767adb4 commit e086ee7
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ You need three files to run ENCODE-E2G models:

[tss](https://github.com/karbalayghareh/ENCODE-E2G/tree/main/tss) contains the TSS file we have used. [crispri](https://github.com/karbalayghareh/ENCODE-E2G/tree/main/data/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](https://github.com/karbalayghareh/ENCODE-E2G/tree/main/data/feature_table).

This [demo](https://github.com/karbalayghareh/ENCODE-E2G/blob/main/demo.ipynb) file show 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.
This [demo](https://github.com/karbalayghareh/ENCODE-E2G/blob/main/demo.ipynb) 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.
2 changes: 1 addition & 1 deletion demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"outputs": [],
"source": [
"# True for ENCODE-E2G_Extended / False for ENCODE-E2G\n",
"extented = True"
"extented = False"
]
},
{
Expand Down
Binary file modified figs/ENCODE-E2G_Model_Ablation_Barplot_Delta_Precision.pdf
Binary file not shown.
Binary file modified figs/ENCODE-E2G_Model_Ablation_Barplot_Delta_auPR.pdf
Binary file not shown.
Binary file modified figs/ENCODE-E2G_PR_curve_0-10k.pdf
Binary file not shown.
Binary file modified figs/ENCODE-E2G_PR_curve_100k-2500k.pdf
Binary file not shown.
Binary file modified figs/ENCODE-E2G_PR_curve_10k-100k.pdf
Binary file not shown.
Binary file modified figs/ENCODE-E2G_PR_curve_all.pdf
Binary file not shown.
Binary file modified figs/ENCODE-E2G_SHAP_scores_barplot.pdf
Binary file not shown.
Binary file modified figs/ENCODE-E2G_SHAP_scores_dotplot.pdf
Binary file not shown.

0 comments on commit e086ee7

Please sign in to comment.