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
• 2,966 views
•
link
updated
by
Biostar
•
written
by
tarek.mohamed
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Different insertion times from two methods
written by hashim.rana11 •Dear respected researchers and experts, I seek your valuable opinions and suggestions. I am calculating NUMT insertion time. I have filtered the NUMT IDs (sequences) …
-
calculate mismatch rate from VCF file
written by Dora •I want to calculate the mismatch rate on base-level, I notice that the information in VCF file may help. ##INFO=<ID=DP4,Number=4,Type=Integer,Description="Number of high-quality ref-forward , ref-reverse, …
-
RNA Seq analysis
written by Micro_bioinfo •Dear all I have tried to map raw RNA Seq (paired fastq) sequence with the reference fungal genome using STAR. My Log.final.out file looks like: …
-
ATAC-seq problem with STAR - Multimapping reads
written by Rafael Soler •Hi, I have a doubt with STAR in ATAC-seq analysis. When I have performed the alignment, i have obtained I big amount of multi-mapping reads. …
-
How to calculate rate of synonymous substitution at 4 fold and 2 fold degenerate sites?
written by kabir.deb •Hello experts, I was reading > 'Bierne, Nicolas, and Adam Eyre-Walker. "The problem of counting sites in the estimation of the synonymous and nonsynonymous substitution …
-
why does qualimap2 shows different results for number of mismatches for bowtie2 and BWAMEM?
written by maria2019Hi, I am very new to NGS analysis. I want to do WES analysis on a normal human embryonic stem cell line. I have aligned …
-
Calculating alignment scores ?
written by sunnykevin97Hi, very new to NGS. I used most popular BWA mem for aligning Illumina pair end reads How to calculate all these parameters for an …
-
Reads length Distribution of ONT reads and Error rate
written by midoxHello, I want to know the distribution of the reads and the error rate (mismatch, insertion, deletion) of the Nanopore Sequencing Technology. Thank you
-
removing dbsnp for indel vcf
written by morovatuncDear all, Sorry for my ignorance, even though the name of dbsnp implies that its for SNP, I found this part in dbsnp article, Should …
-
large insertion/deletion detection from NGS data
written by illinois.ksDear all, I am struggling with identification of large insertion/deletion as well as variants calls. I have used the GATK for snps calls and realized …
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
Error rate for the reads? Check out NanoPlot
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.