You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am currently using Bismark for my DNA methylation analysis and have a question regarding the post-alignment filtering process. Specifically, I'm using the --local parameter for alignment, which I understand allows for more flexible alignments.
My question is about the necessity and implications of filtering alignments based on their MAPQ scores post-alignment. In my case, is it advisable to filter out alignments with a MAPQ score less than 40? I am aware that such filtering can help remove low-quality or ambiguous alignments, but I am also concerned about potentially losing valuable data.
Could you provide guidance or recommendations on this? Any additional insights or considerations I should be aware of when deciding on MAPQ thresholds.
Thanks.
Allen
The text was updated successfully, but these errors were encountered:
I have to admit that I can't really offer any useful advice on filtering on MAPQ values in locally aligned data, as we typically performing adapter/quality trimming, followed by no further filtering at all as we assume that poor quality data has been removed, and Bismark does not report perfectly multi-mapping reads anyway. Here is a blog post on the rationale for global alignments.
Thank you for your prompt response. I've carefully reviewed the two blog posts you referenced, which, actually, inspired me to implement post-alignment filtering. Utilizing SeqMonk, I noticed an increase in read counts in local mode. Interestingly, a comparison of alignments between local and global modes revealed a widespread increase in reads across the entire genome.
I’m not sure if there is any rule on defining "outliers" in 2Kb window analyses. Additionally, I'm curious about the validity of using correlation as a metric to establish MAPQ thresholds when comparing local and global alignments.
Hi,
I am currently using Bismark for my DNA methylation analysis and have a question regarding the post-alignment filtering process. Specifically, I'm using the --local parameter for alignment, which I understand allows for more flexible alignments.
My question is about the necessity and implications of filtering alignments based on their MAPQ scores post-alignment. In my case, is it advisable to filter out alignments with a MAPQ score less than 40? I am aware that such filtering can help remove low-quality or ambiguous alignments, but I am also concerned about potentially losing valuable data.
Could you provide guidance or recommendations on this? Any additional insights or considerations I should be aware of when deciding on MAPQ thresholds.
Thanks.
Allen
The text was updated successfully, but these errors were encountered: