Created
November 19, 2016 20:41
-
-
Save pkerpedjiev/fdf60a76a3800aa50b58fbe6949ae282 to your computer and use it in GitHub Desktop.
Various 1D tracks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"views": [ | |
{ | |
"chromInfoPath": "//s3.amazonaws.com/pkerp/data/hg19/chromInfo.txt", | |
"domain": [ | |
0, | |
3000000000 | |
], | |
"viewStyle": { | |
"float": "left", | |
"padding": "5px", | |
"width": "100%" | |
}, | |
"tracks": [ | |
{ | |
"source": "//s3.amazonaws.com/pkerp/data/hg19/chromInfo.txt", | |
"type": "top-chromosome-axis" | |
}, | |
{ | |
"source": "//52.23.165.123:9872/hg19/refgene-tiles-plus", | |
"type": "top-gene-labels", | |
"height": 25 | |
}, | |
{ | |
"source": "//52.23.165.123:9872/hg19/refgene-tiles-minus", | |
"type": "top-gene-labels", | |
"height": 25 | |
}, | |
{ | |
"source": "//52.23.165.123:9872/hg19.1/wgEncodeSydhTfbsGm12878Pol2s2IggmusSig.bigWig.bedGraph.genome.sorted.gz", | |
"type": "top-line", | |
"height": 45 | |
}, | |
{ | |
"source": "//52.23.165.123:9872/hg19.1/Rao2014-GM12878-MboI-allreps-filtered.1kb.cool.reduced.genome.gz", | |
"type": "top-diagonal-heatmap", | |
"height": 50 | |
}, | |
{ | |
"source": "//52.23.165.123:9872/hg19.1/wgEncodeSydhTfbsGm12878Ctcfsc15914c20StdSig.bigWig.bedGraph.genome.sorted.gz", | |
"type": "top-bar", | |
"height": 35 | |
}, | |
{ "type": "top-empty", | |
"height": 5 | |
}, | |
{ | |
"source": "//52.23.165.123:9872/hg19.1/wgEncodeSydhTfbsGm12878Ctcfsc15914c20StdSig.bigWig.bedGraph.genome.sorted.gz", | |
"type": "top-heatmap", | |
"height": 15 | |
} | |
], | |
"zoomLock": 0, | |
"searchBox": true | |
} | |
], | |
"editable": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment