-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Low Mapping efficiency #713
Comments
It shouldn't really matter for the alignment step whether you have scaffolds or a more polished, long chromosomes. But yes, I relaxing the mapping parameters will quickly tell you if the scaffold sequence isn't quite perfect. |
Thank you very much for your quick response. I’ll try your suggestions right away |
I changed the |
Possibly the best you can do would be to run it in |
That's a good question... For Accel Swift data it is still important to trim the data first (especially Read 2) as the reads may map, but all the high G content at the start of Read 2 will be (incorrectly) called methylated... |
So maybe using just this small portion of mapped data for downstream analysis would be a good option, right? |
I would probably argue that this is the portion that was treated fairly conservatively, and you know what you are dealing with. Local alignments may result in an increased alignment rate, but you are not really in full control of what the aligner does... We wrote some thoughts around this here: https://sequencing.qcfail.com/articles/soft-clipping-of-reads-may-add-potentially-unwanted-alignments-to-repetitive-regions/ |
Got it. Thank you very much for your patient help
…---- Replied Message ----
| From | Felix ***@***.***> |
| Date | 11/07/2024 17:04 |
| To | FelixKrueger/Bismark ***@***.***> |
| Cc | Marh32 ***@***.***>,
Author ***@***.***> |
| Subject | Re: [FelixKrueger/Bismark] Low Mapping efficiency (Issue #713) |
I would probably argue that this is the portion that was treated fairly conservatively, and you know what you are dealing with. Local alignments may result in an increased alignment rate, but you are not really in full control of what the aligner does... We wrote some thoughts around this here: https://sequencing.qcfail.com/articles/soft-clipping-of-reads-may-add-potentially-unwanted-alignments-to-repetitive-regions/
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi, Felix.
I'm so sorry to bother you again. I have WGBS data from the same batch for two species (Accel Swift data) and have already trimmed it using the method you suggested, with the following command:
trim_galore -j 5 -q 20 --phred33 --fastqc --max_n 3 --stringency 3 --length 36 --paired --clip_r1 10 --clip_r2 15 --three_prime_clip_r1 10 --three_prime_clip_r2 10
. However, I noticed that one species has a high mapping efficiency (~70%) with a chromosome-level reference genome, while the other species has only ~20% mapping efficiency, with a reference genome that includes over 30,000 scaffolds. In this situation, what steps can I take to improve the mapping efficiency? should I change the--score_min
? Thanks in advance.The text was updated successfully, but these errors were encountered: