Entering edit mode
7.9 years ago
yuxinghai
▴
10
I use bam2wig covert sam files into bigwig files, and peaks can be seen in igv but shown no data in ucsc. I'm wondering what happened? And my bigwig file size is about 700M.
Thanks your answer, my bigwig file chromosome names only start with number, but i don't know how to make it work.
use sed to change the chromosome names using sed . eg.:
sed 's/chrom=/chrom=chr/'
move the resulting wiggle file to bigwig using wigToBigWig
Dose there any mothod don't have to covert bigwig to wig? can you help me?
you could convert the name in the original bam : Bam File: Change Chromosome Notation
it works,Thank you for your help!