Iluthra commited on
Commit
e6d1d79
·
verified ·
1 Parent(s): 8554c8a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This Evaluator requests an interaction matrix readout for chromatin conformation in H1 cells (homo sapiens). It can be used with Predictors such as ORCA that have been trained on Hi-C data.
2
+
3
+ Included in Test_setChr8_Evaluator.sif :
4
+
5
+ + Scripts to process the data and send requests to Predictors in the GAME API
6
+ + ORCA evaluation support scripts from jzhoulab/orca
7
+ + Selene scripts from kathyxchen/selene
8
+ + Target values (large files) and hg38 reference genome
9
+
10
+ Prediction request details
11
+
12
+ + This evaluator requests predictions for 1M bp long sequences spanning chromosome 8 (145 sequences total) using hg38 annotations
13
+
14
+ /evaluator_data folder contents:
15
+
16
+ JSON request file
17
+ + Contains request metadata in the GAME API format
18
+ + Stores sequence start coordinates instead of full sequences to save space
19
+ + These coordinates are used by the main evaluator script to extract sequences
20
+
21
+ The folder also contains a python script to create the json file in case users want more details to reproduce the input data
22
+
23
+ Evaluation details:
24
+
25
+ + The 1Mbp long sequences will be pulled at runtime
26
+ + The Evaluator loads target Hi-C matrices and computes the Pearson r correlation between predictions and the measurements.
27
+ + This Evaluator can only evaluate the predictions from 1Mbp long sequences from the 1M resolution ORCA predictor for H1-ESC.
28
+ + Chromosome 8 is one of ORCA's test set chromosomes
29
+ + Matrices with all NA predictions are excluded from correlation calculations
30
+
31
+ Additional information regarding ORCA and its evaluation can be found here:
32
+ https://github.com/jzhoulab/orca
33
+
34
+ https://github.com/jzhoulab/orca_manuscript/blob/main/Model_performance.ipynb
35
+
36
+ Additional information regarding the GAME can be found here: https://github.com/de-Boer-Lab/Genomic-API-for-Model-Evaluation