lidaof / eg-react

WashU Epigenome Browser
https://epigenomegateway.wustl.edu
Other
68 stars 30 forks source link

ChromHMM track #110

Closed wzhy2000 closed 4 years ago

wzhy2000 commented 5 years ago

I am failed to show ChromHMM tracks, can you help me find the reasons? The URL is: http://epigenomegateway.wustl.edu/browser/?genome=hg19&datahub=ftp://cbsuftp.tc.cornell.edu/danko/hub/histone/chrom.json

Thank you very much!

lidaof commented 5 years ago

Hi @wzhy2000 , sorry that our new browser is not supporting FTP protocol yet. you can use the local track feature.

Also the link you sent will redirect to our old browser, which works for your file use this datahub syntax

# http://epigenomegateway.wustl.edu/browser/?genome=hg19&datahub=ftp://cbsuftp.tc.cornell.edu/danko/hub/histone/chrom.json
[ 
{
         "type":"categorical",
         "url":"ftp://cbsuftp.tc.cornell.edu/danko/hub/histone/k562_org_chromHMM.bed.gz",
         "name":"ChromHMM",
           "categories":{
           1:  ["TssA:Active TSS Red",              "#FF0000"],
           2:  ["TssFlnk:Flanking TSS",             "#FF4500"],
           3:  ["TssFlnkU:Flanking TSS Upstream",   "#FF4500"],
           4:  ["TssFlnkD:Flanking TSS Downstream", "#FF4500"],
           5:  ["Tx:Strong transcription",          "#007F00"],
           6:  ["TxWk:Weak transcription",          "#006400"],
           7:  ["EnhG1:Genic enhancer1",            "#C2E105"],
           8:  ["EnhG2:Genic enhancer2",            "#C2E105"],
           9:  ["EnhA1:Active Enhancer 1",          "#FFC34D"],
           10: ["EnhA2:Active Enhancer 2",          "#FFC34D"],
           11: ["EnhWk:Weak Enhancer",              "#FFFF00"],
           12: ["ZNF/Rpts:ZNF genes & repeats",     "#66CDAA"],
           13: ["Het:Heterochromatin",              "#8A91D0"],
           14: ["TssBiv:Bivalent/Poised TSS",       "#CD5C5C"],
           15: ["EnhBiv:Bivalent Enhancer",         "#BDB76B"],
           16: ["ReprPC:Repressed PolyComb",        "#808080"],
           17: ["ReprPCWk:Weak Repressed PolyComb", "#C0C0C0"],
           18: ["Quies:Quiescent/Low",              "#FFFFFF"]
         },
         "mode": "show"
         }
]

and this is what it looks like after loaded: image

Hope this helps. let me know any question please. Thanks.

wzhy2000 commented 5 years ago

Thanks a lot.

I copied and changed the example here: https://eg.readthedocs.io/en/latest/datahub.html#example-categorical-track

Do you mean this example works on the new version? It would be helpful if the version information or old format are attached in this section.

lidaof commented 5 years ago

sorry for the confusion about old and new browser... the link you sent if for new browser, the new browser doesn't support FTP protocol as specified in your datahub. for old browser, the doc is at its wiki: http://wiki.wubrowse.org/

Hope this is clear? Thanks.

lidaof commented 4 years ago

feel to reopen is you need additional info. thanks