I have 101 base reads and expect up to 20 mismatches to reference. My reads are not pairs. I have tried bwa bwasw -a 1 -b 1 -T 60 but it only aligns 1.5% of the reads. And those have only a couple mismatches. I know from other tests ~ 30% should be aligned with 20 mismatches. Is this just something bwa is not designed for? What would be a better aligner? Or am I not using the right settings?
Header Leaderboard Ad
Collapse
Best aligner for 20% mismatched?
Collapse
Announcement
Collapse
No announcement yet.
X
-
Maybe you try bfast or ssaha. They are not very fast but should perform ways better on your data. Bfast seems to be faster (from what I heard) but I think ssaha is a good startingpoint to get a first estimate of the alignment rate, because its very easy to use. Maybe you just try as subset at the beginning (100-1000kreads), because it's really not that fast.
Comment
-
Originally posted by moritzhess View PostMaybe you try bfast or ssaha. They are not very fast but should perform ways better on your data. Bfast seems to be faster (from what I heard) but I think ssaha is a good startingpoint to get a first estimate of the alignment rate, because its very easy to use. Maybe you just try as subset at the beginning (100-1000kreads), because it's really not that fast.
Comment
-
Originally posted by szilva View PostFor 20 mismatches per reads I would prefer something that is not based on Burrows-Wheeler, especially if you are expecting indels. Even for 101 bp long reads this amount of mismatches is pretty high.
Comment
-
Feederbing, you can try novoalign. It will allow up to 10 high quality mismatches. Also have a look at some of the trimming options that could improve your mapping rate.
Do you have a good idea of the quality profile to see where quality starts dropping off ? FastqC is a good tool for examining this.
Comment
-
Originally posted by feederbing View Postzee, just to be clear, the reason I expect so many mismatches is because of evolution, not sequencing quality.
Good luck
Dario
Comment
-
101bp, 20% mismatches. I believe you will have lots of misalignments if you are aligning against human (fine if against a small genome). If you want to do that anyway, I would vote ssaha2.
BTW, to map high error rate with bwa-sw, you should decrease "-T" and increase "-z" to 10 or 100. Your setting may even make bwa-sw less sensitivity than the default setting. Nonetheless, even for -z100, probably bwa-sw would not work well for 100bp+20% mismatches.
For mammalian genomes, another option is BWT-SW. If you have short reference genome, you may try cross_match, fasta and SSE2-based smith-waterman.
If you have high coverage, you should assemble the reads first and then do alignment. That will be much better.
Comment
-
Maybe Heng can correct me, but isn't bwasw for longer reads and should not be used for 100bp reads, especially with that expected error rate? (At least that's what I remember from his paper.)
As for increasing the -z value, I barely see improvements for values above 10 and the run time for higher values is not really worth it. It sometimes helps to rerun the program with the remaining reads to get more aligned.
Anybody has experience with SOAP2?
Comment
Latest Articles
Collapse
-
by seqadmin
The introduction of single-cell sequencing has advanced the ability to study cell-to-cell heterogeneity. Its use has improved our understanding of somatic mutations1, cell lineages2, cellular diversity and regulation3, and development in multicellular organisms4. Single-cell sequencing encompasses hundreds of techniques with different approaches to studying the genomes, transcriptomes, epigenomes, and other omics of individual cells. The analysis of single-cell sequencing data i
...-
Channel: Articles
01-24-2023, 01:19 PM -
-
by seqadminSingle-cell sequencing is a technique used to investigate the genome, transcriptome, epigenome, and other omics of individual cells using high-throughput sequencing. This technology has provided many scientific breakthroughs and continues to be applied across many fields, including microbiology, oncology, immunology, neurobiology, precision medicine, and stem cell research.
The advancement of single-cell sequencing began in 2009 when Tang et al. investigated the single-cell transcriptomes...-
Channel: Articles
01-09-2023, 03:10 PM -
-
by seqadminElement Biosciences made its sequencing market debut this year when it released AVITI, its first sequencer. The AVITI System uses avidity sequencing, a novel sequencing chemistry that delivers higher quality data, decreases cycle times, and requires lower reagent concentrations. This new instrument reportedly features lower operating and start-up costs while maintaining quality sequencing.
Read type and length
AVITI is a short-read benchtop sequencer that also offers an innovative...-
Channel: Articles
12-29-2022, 10:44 AM -
ad_right_rmr
Collapse
Comment