Misamtch penalty in RNA-seq alignment
1
0
Entering edit mode
6.5 years ago
amy16 ▴ 40

I would like to know setting the mismatch parameter default in HISAT2 (-mp, Min=2, Max=6), what is the likelihood to miss a SNP in the region?

RNA-Seq hisat2 • 1.5k views
ADD COMMENT
2
Entering edit mode
6.5 years ago

There is no "likelihood". The mismatch value is used to compute a score. Read up on alignments in general.

The magnitude of the mismatch should be interpred in context of all other scores (for match/and gaps), the value alone it is not meaningful. For example, if the alignment hits a mismatch but if after the mismatch it can be extended to produce two more matches then it will continue over the mismatch. If not it will stop at the mismatch and will clip your alignment right there.

ADD COMMENT

Login before adding your answer.

Traffic: 1619 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6