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?
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?
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:
ChrisL from the UCSC Genome Browser
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
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.