ANANSE: REMAP genome coverage
<p><strong>hg38: </strong>Genome coverage in bigwig format from ReMap2022 TF ChIP-seq database (hg38). All peaks in bed format (<a href="https://remap.univ-amu.fr/storage/remap2022/hg38/MACS2/remap2022_all_macs2_hg38_v1_0.bed.gz">https://remap.univ-amu.fr/storage/remap2022/hg38/MACS2/remap2022_all_macs2_hg38_v1_0.bed.gz</a>) were computed to bigwig format using:</p> <pre><code>zcat remap2022_all_macs2_hg38_v1_0.bed.gz | sed '/chrEBV/d' | cut -f 1,7,8 | bedtools slop -i - -g /hg38.fa.sizes -b 25 | sort -k 1,1 | bedtools genomecov -bg -g /hg38.fa.sizes -i - > tmp.bg && bedGraphToBigWig tmp.bg / hg38.fa.sizes remap2022.hg38.w50.bw && rm tmp.bg</code></pre> <p> </p> <p><strong>hg19: </strong>Genome coverage in bigwig format from ReMap2022 TF ChIP-seq database (hg19). All peaks in bed format (<a href="https://remap.univ-amu.fr/storage/remap2022/hg19/MACS2/remap2022_all_macs2_hg19_v1_0.bed.gz">https://remap.univ-amu.fr/storage/remap2022/hg19/MACS2/remap2022_all_macs2_hg19_v1_0.bed.gz</a>) were computed to bigwig format using:</p> <pre><code>zcat remap2022_all_macs2_hg19_v1_0.bed.gz | sed '/chrEBV/d' | cut -f 1,7,8 | bedtools slop -i - -g /hg19.fa.sizes -b 25 | sort -k 1,1 | bedtools genomecov -bg -g /hg19.fa.sizes -i - > tmp.bg && bedGraphToBigWig tmp.bg / hg19.fa.sizes remap2022.hg19.w50.bw && rm tmp.bg</code></pre> <p> </p>
ShareScore
36/100
Overall dataset sharing score
Score breakdown
These five areas show where the dataset supports — or may limit — practical reuse.
- Stewardship
- 8
- Harmonization
- 4
- Access
- 16
- Reuse readiness
- 8
- Engagement
- 0