-
Notifications
You must be signed in to change notification settings - Fork 9
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
capturing deletions #1
Comments
Hi, Zev In short, there is no way to control acceptable insertion / deletion size. Although the X-drop threshold might be used for the purpose setting very small value, it does not seem to be a good choice because it also splits alignments on low-identity regions. Actually, the detailed answer depends on the length of the deletion.
Thanks, Hajime |
Hi, Zev Minialign is now updated to version 0.3.2. In this release some bugs in the chaining routine, which made the chained path collapsed when it reached the head of the query sequence, are fixed. The chaining parameters, side lengths of the parallelogram window, are now modifiable with '-L' and '-H' flags (and the defaults are also enlarged to 5000, in order not to split chain around low-identity regions). I'm glad if you could test this new version. Thank you. Hajime |
@ocxtal Sorry I didn't reply sooner. Thank you for the updates. I will re-run the alignments after the thanksgiving holiday. What parameters would you suggest for -L and -H to maximized INDEL/SV detection? |
Hi, Zev Recommended -L and -H settings is difficult (since I'm not familiar with indel/SV calling...), hmm...
Currently I believe that large indel detection should be resolved in the postprocess of the local alignment and could be a preprocess of the SV detection program. However, if you say the large indels must be captured in the local alignment stage, I'll consider adding indel detection algorithm (alignment linking and gap filling) as a postprocess of the calculation of the alignment set. Regards, Hajime Suzuki |
Hi, Zev Just now I have figured out that the problem is: the extension alignment terminated just before the indels and the following matching regions were not reported...! (I am sorry to be late to understand...😢) I have confirmed the phenomenon on my simulated data and I'll add downstream-rescuing algorithm in the next release. Thanks, Hajime |
Greetings,
I've noticed that alignments break over small deletions. Is there a way to control the size of deletion an alignment can contain?
Thank you,
Zev
The text was updated successfully, but these errors were encountered: