This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Reads are marked as full of mismatches in IGV, but cigar string shows full length match

I've posted a screen shot of the IGV alignment of paired end reads and picked out an individual read, pulling up the stats for that read pair. The read that I clicked on is the read directly above the popup window, it is blue and marked with multiple mismatches, places where the read does not match the genome. My question is this: When I look on IGV, that read shows many mismatches, but the cigar shows 150M and 149M, indicating no mismatches in either read pair? Can anybody explain what's going on?

enter image description here

Thank you!

cigar igv

1 answer

CIGAR strings do not indicate SNPs, only indels and clipping.

To piggyback: "M" in the cigar string indicates an alignment match. You can look at the "NM:" tag for the number of mismatches which, in this case, is 15.

Very helpful addition, thank you both!

Log in to answer this question.