I played around with settings of ENCODE configuration but I couldn't able to locate color settings. Does any one know how to change the color of the ENCODE track ?
Thanx
I played around with settings of ENCODE configuration but I couldn't able to locate color settings. Does any one know how to change the color of the ENCODE track ?
Thanx
Hi Gireesh,
As Giovanni mentioned, there is no such capability to do that for now. But if you really want to see different color tracks, you can download the data from the table browser in the bed format and modify it.
for example:
track name="ItemRGBDemo" description="Item RGB demonstration" visibility=2
itemRgb="On"
chr7 127471196 127472363 Pos1 0 + 127471196 127472363 255,0,0
chr7 127472363 127473530 Pos2 0 + 127472363 127473530 255,0,0
It is also possible to color items by strand in a BED track using the colorByStrand attribute in the track line as shown below.
track name="ColorByStrandDemo" description="Color by strand demonstration"
visibility=2 colorByStrand="255,0,0 0,0,255"
chr7 127471196 127472363 Pos1 0 +
chr7 127475864 127477031 Neg1 0 -
you can find more information here.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Gireesh, are you talking about UCSC genome browser? is this your data or some other data ...?
yes UCSC browser public ENCODE data.
I guess no, you can't... but you can play with the hgCart and see if you can make it work http://genome.ucsc.edu/cgi-bin/cartDump
I would also very much like to be able to do this!