Hey guys,
I'm trying to load an annotation track from UCSC for H3K4me3 and H3Kme1 into gviz.
I used this
H3K4me3_H1ESC <- UcscTrack(track ="wgEncodeRegMarkH3k4me3", table = "wgEncodeBroadHistoneH1hescH3k4me3StdSig", trackType="AnnotationTrack",
genome='hg19', chromosome='chr1', from=from, to=to, feature="itemRgb",
stacking = "full")
Unfortunately, without a success.
I'd be really grateful for your help!
Any ideas what I can improve?