Thanks your answer, my bigwig file chromosome names only start with number, but i don't know how to make it work.
bigwig file can see in igv but not in ucsc
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.
• 3,757 views
•
link
1 answer
did you use the same chromosome names ('chr' prefix) than in the UCSC browser ?
• 0 views
•
link
• 0 views
•
link
- convert you bigwig to wig using the UCSC tools bigWigToWig
use sed to change the chromosome names using sed . eg.:
sed 's/chrom=/chrom=chr/'
move the resulting wiggle file to bigwig using wigToBigWig
• 0 views
•
link
Dose there any mothod don't have to covert bigwig to wig? can you help me?
• 0 views
•
link
you could convert the name in the original bam : Bam File: Change Chromosome Notation
• 0 views
•
link
it works,Thank you for your help!
• 0 views
•
link
Log in to answer this question.