Wig file interpreted as bed file in genome browser
Hi,
when uploading wig file into genomebrowser the file is read as a bed file, only bars are shown in the intervals, no peaks are shown.
Did this happen before to anyone? How did you solve?
• 2,198 views
•
link
1 answer
As genomax said, you need to add a track definition line when you load your custom track, something like:
track type=bigWig name="Example Name" description="Example Description"
http://url.to.your/file
Here's a list of the different track types supported:
http://genome.ucsc.edu/goldenPath/help/customTrack.html#format
and some of the many different "track fields" supported:
http://genome.ucsc.edu/goldenPath/help/customTrack.html#TRACK
If you have further questions about UCSC data or tools feel free to send your question to one of the below mailing lists:
- General questions: genome@soe.ucsc.edu
- Questions involving private data: genome-www@soe.ucsc.edu
- Questions involving mirror sites: genome-mirror@ose.ucsc.edu
ChrisL from the UCSC Genome Browser
• 0 views
•
link
Log in to answer this question.
Make sure you WIG file is in correct format. Post the header and the few lines from your file.
it's in binary format, can't look inside it
but here goes few lines of bedGraph, also being read as a bed file by genomebrowser:
I will refer you back to the link above which describes what a Wiggle file should look like. You seem to missing the track definition line.