This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Minion reads error rate for indels and snps

Dear All,

How can I analyze the error rate of my Minion reads? how to calculate the error rate of insertion, deletion and Substitutions? thankT

minion error rate

You'll need to align your reads it to a reference genome and then do variant calling. Then check vcf file for insertions, deletions and substitutions. But be careful, the insertions and deletions in nanopore reads for homopolymer sequences are usually wrong.

Hi, I have the vcf file, but I wonder how can I do the actual error rate analysis?

Thanks

If you're talking about the error rate for the SV calls, then you'll need a truth set to compare your calls with known SV calls. This assumes that such a truth set exists.

You'll have to align the reads and parse the CIGAR string.

0 answers

No answers yet.

Log in to answer this question.