Hello,
Can anyone tell me how to calculate bwa mappability score with specific parameters? Is there such existing tools?
Thanks
Eric
Hello,
Can anyone tell me how to calculate bwa mappability score with specific parameters? Is there such existing tools?
Thanks
Eric
Calculating mapability is really straightforward:
You'll find some very simple bash/perl code that wraps BWA and then calculates mapability and gc-content scores in 100bp windows here: https://code.google.com/p/readdepth/downloads/detail?name=createCustomAnnotations.v1.tar.gz
Keep in mind that this code only generates single-end reads, but by using paired-end reads, you up your mapability significantly. The code could easily be tweaked to do that. Be sure to think about what insert size is appropriate.
There are also some precomputed mappability tracks available for download through the UCSC table browser.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
how do you define mapability ? I only know http://genome.ucsc.edu/cgi-bin/hgTrackUi?hgsid=141011952&c=chrX&g=wgEncodeMapability
Do you maybe mean a read's MAPQ score rather than mapability?