how can I see the coverage of my own BED file on UCSC Genome Browser?
1
0
Entering edit mode
6.8 years ago
sustcyucw ▴ 20

I have several BED file of transcripts, and I want to see the coverage of them like IGV shows. But the IGV always crashed because of the low memory, and the coverage also can't show completely. I loaded my BED file on UCSC Genome Browser as custom tracks, but it only show the distribution of every reads.

RNA-Seq • 2.5k views
ADD COMMENT
1
Entering edit mode
6.8 years ago
sustcyucw ▴ 20

I just found BedGraph Track Format, maybe it can solve my problems.

ADD COMMENT
0
Entering edit mode

But the IGV always crashed because of the low memory ...

You should probably use indexed binary format, such as bigbed for annotation files or bigwig for coverage files. Those file are smaller than wig/bed/bedgraph files and don't need to be fully loaded in the genome browser, meaning that you save a lot of memory.

ADD REPLY
1
Entering edit mode

You are on the right track.

Just like Carlo said, now that you have your files in bedGraph format, convert them to bigWig format by using UCSC tool command: bedGraphToBigWig <inputBedGraph file> <chromosome size file> <output.bw>

This should not be memory intensive nor should it take too long to convert.
Load the bigWig file on the (UCSC) browser to view the coverage on a continuous scale.

ADD REPLY

Login before adding your answer.

Traffic: 2927 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6