Skip to content
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

Different score for insertion and deletion? #10

Open
y9c opened this issue Mar 27, 2022 · 7 comments
Open

Different score for insertion and deletion? #10

y9c opened this issue Mar 27, 2022 · 7 comments
Labels
feature Feature request

Comments

@y9c
Copy link

y9c commented Mar 27, 2022

Is it possible to set different score for insertion and deletion?

@smarco
Copy link
Owner

smarco commented Mar 27, 2022

I assume you are talking about gap-linear alignment? For the moment, no. The library is slowly incorporating all the features that are planned on the roadmap. If people ask for it, I will implement the asymmetrical version (it is an easy feature to provide).

@smarco smarco added the feature Feature request label Mar 27, 2022
@y9c
Copy link
Author

y9c commented Mar 29, 2022

Thank you for the reply. I would like to if this feature is on the roadmap?

@y9c
Copy link
Author

y9c commented Apr 3, 2022

Hi @smarco,

I would like to know if it is also not possible to set different score for insertion and deletion in gem3-mapper?

@smarco
Copy link
Owner

smarco commented Apr 3, 2022

In that case, gap-affine is almost always formulated using {M,X,O,E}, where:
M Match Score
X Mismatch Penalty
O Gap-Opening Penalty
E Gap-Extension Penalty

So, again, it is symmetric. Sorry.

PS. It is possible, just not implemented.

@y9c
Copy link
Author

y9c commented Apr 3, 2022

Thanks. Will it be implemented in the future?

@smarco
Copy link
Owner

smarco commented Apr 3, 2022

In the WFA, very likely (for gap-linear).

In the GEM, unlikely. At the moment, I don't have enough time to go back to GEM3 and re-implement that part. In the long term, it is very likely. I would love to use the WFA within the GEM.

@y9c
Copy link
Author

y9c commented Apr 3, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants