Hello,
I have a bigwig (.bw) file which I can properly view on IGV. IGV makes it very difficult to edit the figure nicely so I am trying to view it in the UCSC genome browser. I uploaded my data to cyverse and used the custom track line here:
track type=bigWig name=“DMSO” color=255,255,255 visibility=2 bigDataUrl=https://data.cyverse.org/myDataURL/DMSO.bw
However, this successfully uploads but shows no shape/peaks. I believe some data is there though, because if I hover over the empty white-space, numbers appear around my cursor. Could anyone please tell me what I'm doing wrong? Sorry for my ignorance.
Thank you so much.
1 answer
Here's an example bigWig track:
- Go to UCSC Genome Browser
- Select the Mouse mm9 assembly, or click this link: https://genome.ucsc.edu/cgi-bin/hgTracks?db=mm9
- Click the "My Data" menu and "Custom Tracks"
- Paste in the below (which points to a CyVerse hosted track):
track db=mm9 type=bigWig name=“CTCF” color=255,255,255 visibility=2 bigDataUrl=https://de.cyverse.org/anon-files/iplant/home/juanlmateo/CISSTEM/mm9/factors/CTCF.bigWig
- Click "Submit" and then on the next screen click "go to first annotation"
- As you describe there is an issue, the track is empty (white).
What is happening is the white color is making it hard to see the track. Change the color from your declaration of white to black.
- Repeat the above steps, but this time, add a new name and add the declaration of
color=0,0,0which will assign the track a black color.
track db=mm9 color=0,0,0 type=bigWig name=“CTCF_TEST_COLOR” visibility=2 bigDataUrl=https://de.cyverse.org/anon-files/iplant/home/juanlmateo/CISSTEM/mm9/factors/CTCF.bigWig
Log in to answer this question.
wrong URL:
Hahaha sorry, I should have said the URL is fake (I can't share the data). But I can confirm it works, because when I copy/paste it into a browser the data can be downloaded. That same data then shows peaks on IGV.
white is pretty unusual as a color for any plot. Is there a reason why you chose perfect white as the color for your track?