--- license: cc0-1.0 task_categories: - feature-extraction tags: - biology - genomics - ChIP-seq - epigenomics - histone-modifications - ENCODE size_categories: - 10M_.bigWig ``` Example: `ENCSR527FRO_ENCFF713EIC.bigWig` The `ENCSR` prefix identifies the experiment; the `ENCFF` prefix identifies the specific signal file (replicate / treatment / control). Look up metadata at `https://www.encodeproject.org/experiments//`. ## Signal distribution (sampled from `ENCSR527FRO_ENCFF713EIC.bigWig`, chr1, 500 bins × 100 kb) | Statistic | Mean per bin | Peak per bin | |---|---|---| | min | 0.0002 | 0.0002 | | max | 11.35 | 455.77 | | mean | 0.54 | 40.14 | | median | 0.13 | 9.59 | | stdev | 1.05 | — | Distribution is strongly right-skewed (median ≪ mean), as expected for ChIP-seq signal tracks: most of the genome is intergenic background with sparse, sharp peaks at binding/enrichment sites. ## Provenance - **Source**: ENCODE Data Coordination Center - **Downloaded**: 2026-08-16 via `download_encode_v2.py` (filtered for `assay_title=Histone+ChIP-seq`, `target.label` in {H3K27ac, H3K4me3, H3K27me3}, `status=released`, `.bigWig` files only, capped at ~38 GB). - **Original accessions**: see filenames; each maps to a public ENCODE experiment. - **No transformation**: files are byte-identical to the ENCODE originals. ## License ENCODE data is released under a permissive license; see https://www.encodeproject.org/about/terms-of-use/. This subset is redistributed under CC0 for convenience. Attribution to ENCODE is requested for any derivative use.