JiecongLin commited on
Commit
e4e61aa
·
verified ·
1 Parent(s): b603008

Document f1 and f2 checkpoint sets

Browse files
Files changed (1) hide show
  1. expression_models/README.md +14 -12
expression_models/README.md CHANGED
@@ -5,17 +5,19 @@ EPInformer pipeline.
5
 
6
  ## Gene-expression checkpoints
7
 
8
- The `expression_models/` directory contains the validated `f3` models with
9
- three enhancer features (distance, activity, and Hi-C contact) and promoter
10
- signal:
 
 
11
 
12
- | Cell type | Assay | Directory | Pooled Pearson R |
13
- |---|---|---|---:|
14
- | K562 | RNA | `expression_models/K562/RNA` | 0.8564 |
15
- | K562 | CAGE | `expression_models/K562/CAGE` | 0.8673 |
16
- | GM12878 | RNA | `expression_models/GM12878/RNA` | 0.8602 |
17
- | GM12878 | CAGE | `expression_models/GM12878/CAGE` | 0.8902 |
18
 
19
- Each directory contains one checkpoint for each fold (1--12). Use the
20
- matching encoder checkpoints, HDF5 input, expression labels, and fold split
21
- described in the [EPInformer pipeline README](https://github.com/pinellolab/EPInformer/tree/pipeline).
 
5
 
6
  ## Gene-expression checkpoints
7
 
8
+ The `expression_models/` directory contains one checkpoint for each of the
9
+ 12 leave-chromosome-out folds. `f1` uses distance only, `f2` uses distance and
10
+ activity, and `f3` uses distance, activity, Hi-C contact, and promoter signal.
11
+ The `f3` files are directly in each assay directory; `f1` and `f2` are in the
12
+ corresponding subdirectories.
13
 
14
+ | Cell type | Assay | f1 | f2 | f3 |
15
+ |---|---|---:|---:|---:|
16
+ | K562 | RNA | 0.7528 | 0.8552 | 0.8564 |
17
+ | K562 | CAGE | 0.8114 | 0.8709 | 0.8673 |
18
+ | GM12878 | RNA | 0.7610 | 0.8268 | 0.8602 |
19
+ | GM12878 | CAGE | 0.8270 | 0.8687 | 0.8902 |
20
 
21
+ Values are pooled Pearson R. Use the matching encoder checkpoints, HDF5 input,
22
+ expression labels, and fold split described in the
23
+ [EPInformer pipeline README](https://github.com/pinellolab/EPInformer/tree/pipeline).