You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this kind of problem has been already reported, but I couldn't find any clues on how to solve it, so decided to write my question here.
I made a bunch of bigwig files using bedGraphToBigWig tool.
The chromosome order in my bedgraph files was right (Chr1...Chr9,Chr10,..). When converting the files, I also provided the chrom.sizes file with right chromosome order.
I can open the bigWig files in the IGV browser, and they look OK, I can browse to any position and the information is displayed correctly.
But when I open the files with pyBigWig, for some reason Chr10 can't be accessed. I'm not sure, but can it be related to the chromosome order problem? Because when I display the chromosome order with bw.chroms() command, I get the wrong alphabetical order (which was not originally in bedGraph files, and doesn't correspond to the genome file chromosome order):
I'm not sure if this kind of problem has been already reported, but I couldn't find any clues on how to solve it, so decided to write my question here.
I made a bunch of bigwig files using bedGraphToBigWig tool.
The chromosome order in my bedgraph files was right (Chr1...Chr9,Chr10,..). When converting the files, I also provided the chrom.sizes file with right chromosome order.
I can open the bigWig files in the IGV browser, and they look OK, I can browse to any position and the information is displayed correctly.
But when I open the files with pyBigWig, for some reason Chr10 can't be accessed. I'm not sure, but can it be related to the chromosome order problem? Because when I display the chromosome order with
bw.chroms()
command, I get the wrong alphabetical order (which was not originally in bedGraph files, and doesn't correspond to the genome file chromosome order):ucsc's bigWigInfo returns also the alphabetical order (despite the chrom.sizes file I provided for bedGraphToBigWig the chromosome order was correct):
I can send the examples of bedGraph and bigwig files if they are needed.
The text was updated successfully, but these errors were encountered: