-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathconfig-encode-h1.json
More file actions
38 lines (38 loc) · 1.1 KB
/
config-encode-h1.json
File metadata and controls
38 lines (38 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"encoders": [
{
"content_type": "histone-mark-chip-seq-12kb",
"from_file": "examples/autoencoders.json"
}
],
"datasets": [
{
"filepath": "examples/data/ENCFF117WXM.bigWig",
"content_type": "histone-mark-chip-seq-12kb",
"id": "encode-h1-hesc-encsr794ofw-2013-dnase-seq-rdn-signal",
"name": "H1 DNase rdn signal"
},
{
"filepath": "examples/data/ENCFF593OAZ.bigWig",
"content_type": "histone-mark-chip-seq-12kb",
"id": "encode-h1-hesc-encsr271tfs-2013-chip-seq-h3k4me1-fc",
"name": "H1 H3K4me1 fc"
},
{
"filepath": "examples/data/ENCFF623ZAW.bigWig",
"content_type": "histone-mark-chip-seq-12kb",
"id": "encode-h1-hesc-encsr443yas-2013-chip-seq-h3k4me3-fc",
"name": "H1 H3K4me3 fc"
},
{
"filepath": "examples/data/ENCFF986PCY.bigWig",
"content_type": "histone-mark-chip-seq-12kb",
"id": "encode-h1-hesc-encsr880suy-2013-chip-seq-h3k27ac-fc",
"name": "H1 H3K27ac fc"
}
],
"coords": "grch38",
"chroms": ["chr21"],
"step_freq": 4,
"db_path": "examples/search-h1.db"
}