Genome Browser "No Data" Error

197 views
Skip to first unread message

Robert Amezquita

unread,
Jul 26, 2016, 11:39:32 AM7/26/16
to gen...@soe.ucsc.edu
Hi,

I am trying to get my trackhub to work, however, all the tracks show up as "No data". I've tested these tracks in IGV, and they do show indeed show to have data as they work there. Additionally, I copied over my settings from a previous hub that was working and is loading fine, so I'm not sure what the error is..

These bigwigs were generated using deeptools2 bamCoverage. The hub is located at:


Thanks for your help in advance...

-Rob

--
Robert A. Amezquita
HHMI Gilliam Fellow | Canaan-Yale Fellow
PhD Candidate | Kleinstein & Kaech Labs
Yale University | Department of Immunobiology
300 George St, Suite 505
New Haven, CT 06511-6663

Cath Tyner

unread,
Jul 26, 2016, 8:00:16 PM7/26/16
to Robert Amezquita, UCSC Genome Browser Public Help Forum
Hello Rob,

Thank you for using the UCSC Genome Browser and for submitting your question regarding issues with your track hub not displaying expected data. 

​It appears that formatting may be causing the problem. In the example lines below, "1" is being used to represent chromosome 1. Please try using "chr1" instead, which should fix the problem. 

File from hub:
http://128.36.40.203/ucsc/Hub3/mm10/trackDb.txt
File: http://128.36.40.203/ucsc/Hub3/mm10/bigwig/ATAC_Blimp1KO.MP_d10/Sample_SG_63_002.bw

bigWigToWig Sample_SG_63_002.bw out.wig
[brianlee@hgwdev moreJunk]$ head out.wig 
#bedGraph section 1:0-4189599
1 0 3010470 0
1 3010470 3010480 2.92
1 3010480 3010490 5.83
1 3010490 3010600 8.75
1 3010600 3010610 9.72
1 3010610 3010620 13.61

Try chan
​g​
ing to:

​chr​
1 3010610 3010620 13.61

Please let us know if that solution does not work for you so that we can help you troubleshoot further.

Please respond to this list if you have further questions!

Thank you again for your inquiry and for using the UCSC Genome Browser. 
​Please send new and follow-up questions to one of our UCSC Genome Browser mailing lists below:

  * Post to the Public Help Forum: E
mail 
gen...@soe.ucsc.edu
​ or search the Public Archives
​  * Post to the Mirror Help Forum: Email
 
genome...@soe.ucsc.edu 
or search the Mirror Archives​
​  * Confidential/private help: Email
 
genom...@soe.ucsc.edu

UCSC Genome Browser Announcements List (email alerts for new data & software):
  * Subscribe: Email genome-annou...@soe.ucsc.edu 
  * Unsubscribe: Email genome-announ...@soe.ucsc.edu

Join us on Social Media! FacebookTwitter, Wordpress BlogYouTube

​Enjoy,​
Cath
. . .
Cath Tyner
UCSC Genome Browser, Software QA & User Support
UC Santa Cruz Genomics Institute


--

---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser discussion list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome+un...@soe.ucsc.edu.

Cath Tyner

unread,
Jul 27, 2016, 7:22:11 PM7/27/16
to Robert Amezquita, UCSC Genome Browser Public Help Forum
Hi again Rob,

To assist you with your goal, you can review this similar previously answered question:

Ensembl uses chromosome names of "1" where UCSC uses: "chr1" 

You need to convert the Ensembl chromosome names to the UCSC names. The sed command: sed -e 's/^\([0-9XY][0-9]*\)/chr\1/; s/^MT/chrM/;' converts names in column one of a file from Ensembl to UCSC names.


Cath
. . .
Cath Tyner
UCSC Genome Browser, Software QA & User Support
UC Santa Cruz Genomics Institute


On Tue, Jul 26, 2016 at 5:47 PM, Robert Amezquita <robert.a...@yale.edu> wrote:
Crud! I knew that. Thanks for your help. Is there any utility to add "chr" to the chromosomes directly to the bigwigs? (Or enable using the Ensemble reference with just the numbers?)

Thanks so much!! 


Reply all
Reply to author
Forward
0 new messages