We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cf041 commit 9206f26Copy full SHA for 9206f26
1 file changed
README.md
@@ -34,7 +34,10 @@ git fetch
34
35
## Test Dataset Overview
36
37
-- Source: ENCODE Mouse Development Matrix
+
38
+- Source: ENCODE Mouse Development Matrix
39
40
+ - DOI: https://doi.org/10.1038/nature11247
41
42
- Tissue: Kidney
43
@@ -44,6 +47,11 @@ git fetch
44
47
45
48
- Marks/Assays: H3K4me3 (ChIP-seq), H3K36me3 (ChIP-seq), WGBS
46
49
50
+- Files:
51
+ - https://www.encodeproject.org/files/ENCFF824RZT/@@download/ENCFF824RZT.bam -> H3K4me3
52
+ - https://www.encodeproject.org/files/ENCFF980SRC/@@download/ENCFF980SRC.bam -> H3K36me3
53
+ - https://www.encodeproject.org/files/ENCFF847ROX/@@download/ENCFF847ROX.bed.gz -> WGBS
54
55
```bash
56
# 1. Subset to chr12
57
samtools view -b H3K4me3_KIDNEY_MOUSE_P0.bam chr12 > H3K4me3_KIDNEY_MOUSE_P0_chr12.bam
0 commit comments