Whole Genome Wig To Bigwig
1
0
Entering edit mode
12.5 years ago

Hello everyone,

I am using QuEST for my Chip-Seq data analysis, and one of its features is that it produces a whole genome wig.gz file, and also by chromosome.

The entire genome wig is too large to be uploaded as custom track to UCSC genome browser, is ther any method to convert it into bigwig ? (the whole genome one, I took a look at wigtobigwig utility but it looks like it works only on chromosomes)

Cheers

Rad

wiggle bigwig • 5.6k views
ADD COMMENT
3
Entering edit mode

you can get chrom.sizes like (change hg19 to your organism): mysql --user=genome --host=genome-mysql.cse.ucsc.edu -ANe "select chrom, size from hg19.chromInfo" > chrom.sizes

ADD REPLY
2
Entering edit mode

wigToBigWig works fine with wig files of the entire genome, so it will do what you want.

ADD REPLY
0
Entering edit mode

I don't understand "it looks like it works only on chromosomes".

ADD REPLY
0
Entering edit mode

Thank you Brad I will try it, in their readme they say wigToBigWig in.wig chrom.sizes out.bw, in case of entire genome what will be the chrom.sizes ?

Pierre I meant individual chromosomes

ADD REPLY
0
Entering edit mode

working great. Thank you very much

ADD REPLY
0
Entering edit mode
11.9 years ago
Hanfei Sun ▴ 60

Use bx-python developed by James taylor

https://bitbucket.org/james_taylor/bx-python/wiki/Home

ADD COMMENT

Login before adding your answer.

Traffic: 2049 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