Document f1 and f2 checkpoint sets
Browse files- 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
|
| 9 |
-
|
| 10 |
-
signal
|
|
|
|
|
|
|
| 11 |
|
| 12 |
-
| Cell type | Assay |
|
| 13 |
-
|---|---|---|---:|
|
| 14 |
-
| K562 | RNA |
|
| 15 |
-
| K562 | CAGE |
|
| 16 |
-
| GM12878 | RNA |
|
| 17 |
-
| GM12878 | CAGE |
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
| 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).
|