Bam To Wig With Fixed Step?
How can I convert a bam file to a wig fixedStep of step=1?
I found this answer, but it creates a variableStep instead of a fixedStep: http://biostar.stackexchange.com/questions/10592/convert-bam-to-wig
• 3,715 views
•
link
1 answer
I wrote a tool *named bam2wig for this job. It is relased in my experimental package "variation toolkit" and uses the samtools API. see
http://code.google.com/p/variationtoolkit/source/browse/trunk/src/bam2wig.cpp
and
• 1 views
•
link
Log in to answer this question.