Datasets:

ArXiv:
License:
nancyH commited on
Commit
cbcb1f7
·
verified ·
1 Parent(s): a2bf203

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -19,7 +19,14 @@ under `analysis/`.
19
 
20
  ```text
21
  region_beds/
22
- conservation_crossed/ regions crossed with conservation category
 
 
 
 
 
 
 
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/conservation_crossed/` backs the P4 enrichment analysis (Figure 3);
34
- `ccre_classes/` backs the Multi-SCREEN task construction; `motifs/` backs the P1 motif
35
- preservation analysis (Figure 2A).
 
 
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