Created
November 19, 2016 19:17
-
-
Save pkerpedjiev/1150d8f219c196a6a0571da2792f8548 to your computer and use it in GitHub Desktop.
CNV calls
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", | |
"height": 25 | |
}, | |
{ | |
"source": "//52.23.165.123:9872/hg19/refgene-tiles-plus", | |
"type": "top-gene-labels", | |
"height": 25 | |
}, | |
{ | |
"source": "//52.23.165.123:9872/hg19.1/wgEncodeSydhTfbsGm12878Pol2s2IggmusSig.bigWig.bedGraph.genome.sorted.gz", | |
"type": "top-line", | |
"height": 25 | |
}, | |
{ | |
"source": "//52.23.165.123:9872/hg19/hg19.UMB5144.all_bins.sorted.genome.gz", | |
"type": "top-ratio-point", | |
"height": 50 | |
}, | |
{ | |
"source": "//52.45.229.11:9872/hg19/UMB5144__B1000_l03.BICseq.out", | |
"type": "top-cnv-interval", | |
"height": 50 | |
} | |
], | |
"zoomLock" : 0, | |
"searchBox": { | |
"autocompleteSource": "//52.45.229.11:9872/hg19/autocomplete" | |
} | |
} | |
], | |
"editable": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment