Does this help?
http://docs.seqan.de/seqan/develop/?p=computeAlignmentStatshttp://docs.seqan.de/seqan/develop/?p=computeAlignmentStats
*m
From: Brett Bowman [bnbowman@gmail.com]
Sent: Saturday, January 10, 2015 3:16 AM To: SeqAn Development Subject: Re: [Seqan-dev] Two Alignment Questions Thanks Rene,
>What do you mean by accuracy? What do you need exactly?
What I am trying to do is write a tool to align single-molecule sequencing data (PacBio, Oxford Nanopore) to reference genomes. For which the alignment accuracy and the break-down of the types of errors is very useful, as the per-read
quality on both platforms varies substantially.
What I'd like are member methods or functions-on-alignment-objects to give the following:
-The number of base-pair matches in the alignment
-The number of mismatches in the alignment
-The number of insertions in the alignment
-The number of deletions in the alignment
-The alignment string as represented by the Align object's toString() method
The first four I need to summarize the similarity of an alignment (i.e. indels are likely sequencing error, where as mismatches are likely not), while the latter is helpful in creating alternate representations for alignments
Does that help?
-B
On Fri, Jan 9, 2015 at 12:51 AM, Rahn, René
<rene.maerker@fu-berlin.de> wrote:
|