Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -19,7 +19,14 @@ under `analysis/`.
|
|
| 19 |
|
| 20 |
```text
|
| 21 |
region_beds/
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
{promoter,enhancer,exon,intron}_{conserved,neutral,accelerated}.bed
|
| 24 |
conservation_{conserved,neutral,accelerated}.bed
|
| 25 |
simple/ the same four regions without the conservation split
|
|
@@ -30,9 +37,11 @@ motifs/motifs.txt JASPAR 2024 vertebrate motifs, thresholded to consens
|
|
| 30 |
sequences (PWM positions at 0.5, wildcards trimmed, <= 12 bp)
|
| 31 |
```
|
| 32 |
|
| 33 |
-
`region_beds/
|
| 34 |
-
|
| 35 |
-
|
|
|
|
|
|
|
| 36 |
|
| 37 |
## Not included — fetch these yourself
|
| 38 |
|
|
|
|
| 19 |
|
| 20 |
```text
|
| 21 |
region_beds/
|
| 22 |
+
source/ INPUT to the P4 enrichment analysis -- the four genomic
|
| 23 |
+
regions, merged and cleaned:
|
| 24 |
+
promoters_2kb.clean.merged.bed (28,251 intervals)
|
| 25 |
+
enhancers_dels.clean.merged.bed (1,464,531)
|
| 26 |
+
exon.clean.merged.bed (402,955)
|
| 27 |
+
intron.clean.merged.bed (150,128)
|
| 28 |
+
conservation_crossed/ OUTPUT of that analysis, provided for checking: the four
|
| 29 |
+
regions crossed with conservation category
|
| 30 |
{promoter,enhancer,exon,intron}_{conserved,neutral,accelerated}.bed
|
| 31 |
conservation_{conserved,neutral,accelerated}.bed
|
| 32 |
simple/ the same four regions without the conservation split
|
|
|
|
| 37 |
sequences (PWM positions at 0.5, wildcards trimmed, <= 12 bp)
|
| 38 |
```
|
| 39 |
|
| 40 |
+
`region_beds/source/` is what `analysis/enrichment/enrichment_heatmap.py` reads; it
|
| 41 |
+
generates the conservation split and the crossed BEDs itself, so
|
| 42 |
+
`region_beds/conservation_crossed/` is included only so results can be compared without
|
| 43 |
+
re-running. `ccre_classes/` backs the Multi-SCREEN task construction; `motifs/` backs the
|
| 44 |
+
P1 motif preservation analysis (Figure 2A).
|
| 45 |
|
| 46 |
## Not included — fetch these yourself
|
| 47 |
|