Rename pooling offset columns
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ is an annotated feature labeled by its functional category.
|
|
| 37 |
|
| 38 |
The full-region and 100 bp pooling variants are separate Hugging Face configs.
|
| 39 |
Each pooling variant has causal and bidirectional context configs.
|
| 40 |
-
`
|
| 41 |
100 bp subspan. ROIs shorter than 100 bp are absent from the 100 bp configs.
|
| 42 |
|
| 43 |
GAMBA's evaluator selects the 100 bp subspan using Python's process-randomized
|
|
@@ -97,7 +97,7 @@ the column as shown above.
|
|
| 97 |
| `chrom`, `start`, `end`, `strand` | Zero-based, half-open hg38 feature coordinates. |
|
| 98 |
| `context_start`, `context_end` | Forward-genome coordinates of `sequence`. |
|
| 99 |
| `roi_start`, `roi_end` | Full feature offsets within `sequence`. |
|
| 100 |
-
| `
|
| 101 |
| `name` | Source annotation name. |
|
| 102 |
| `phylop_mean`, `phylop_std` | Mean and population standard deviation over GAMBA's baseline ROI or fixed 100 bp span. |
|
| 103 |
| `phylop_frac_pos`, `phylop_frac_neg` | Fractions of pooled bases with positive or negative phyloP scores. |
|
|
|
|
| 37 |
|
| 38 |
The full-region and 100 bp pooling variants are separate Hugging Face configs.
|
| 39 |
Each pooling variant has causal and bidirectional context configs.
|
| 40 |
+
`pool_start_in_window` and `pool_end_in_window` select either the complete ROI or a deterministic
|
| 41 |
100 bp subspan. ROIs shorter than 100 bp are absent from the 100 bp configs.
|
| 42 |
|
| 43 |
GAMBA's evaluator selects the 100 bp subspan using Python's process-randomized
|
|
|
|
| 97 |
| `chrom`, `start`, `end`, `strand` | Zero-based, half-open hg38 feature coordinates. |
|
| 98 |
| `context_start`, `context_end` | Forward-genome coordinates of `sequence`. |
|
| 99 |
| `roi_start`, `roi_end` | Full feature offsets within `sequence`. |
|
| 100 |
+
| `pool_start_in_window`, `pool_end_in_window` | Full-ROI or fixed 100 bp pooling span. |
|
| 101 |
| `name` | Source annotation name. |
|
| 102 |
| `phylop_mean`, `phylop_std` | Mean and population standard deviation over GAMBA's baseline ROI or fixed 100 bp span. |
|
| 103 |
| `phylop_frac_pos`, `phylop_frac_neg` | Fractions of pooled bases with positive or negative phyloP scores. |
|
functional-multiclass-gamba-100bp-bidi.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dce0e42d81f03ab24a9ab5e53166608819a03a23701cda885d38cce1339f2eac
|
| 3 |
+
size 47644440
|
functional-multiclass-gamba-100bp-causal.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b7c1a3c71664d19f267f889bdc350f2f9a765b65401a5f41353220ff6bbcef3
|
| 3 |
+
size 44049572
|
functional-multiclass-gamba-full-bidi.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c338e0cfbede15ff4ca01d3311fdd85629e25e968c40565abbba32dc4831bdea
|
| 3 |
+
size 66930137
|
functional-multiclass-gamba-full-causal.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd253ccc1e2ea786dbbd5cc1e5410585c3c6920d87969a75c0a2107113fa4cfc
|
| 3 |
+
size 63138099
|