-
Notifications
You must be signed in to change notification settings - Fork 0
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
Translate & Align V-Pipe Reads #53
Comments
Potential Solution: call functions within Nextclade are told after the alignment.
|
See their response: In particular from rneher
|
So, we probably need a custom tool, yet I am unsure how to get the new amino acid positions. Plus in general I don't know how to deal with the insertions Can I just translate the nucleotide insertion to amino-acid insertions? |
@DrYak, for now, I am ignoring insertions completely. There are too many biological unknowns for me here. I'd cherish your advice here sometime. |
Need some input before I can continue. |
Take-aways from chat with @LaraFuhrmann
So actionable:
@DrYak FYI. Let's also chat about this before I do it. |
Take-aways from chat with @DrYak: There exists, indeed, no code for this as of now. This is because most of the time, people will use mutations called on nucleotides and only translate these mutations, not entire alignments. There are two options:
In both cases, the steps would be to take a Once that exists, translate the amino acid alignment with either option. Option 1) would probably take me 1-2 Months to handle properly – hard to estimate – for my lack of experience. Option 2) could be quick and handle all corner cases. |
This is a tool that Niko shared
it appears it does the alignment itself. So this is not what we want, but it reads like there are some difficulties with the translation. Which just proved my point to use a well-supported tool. Then Nextclade will be their better choice if I hack something. |
Ivan mentioned some probabilistic work in the alignment and theorised that Nextclade might do something more simplistic. |
Currently, we use Nextclade to translate from nucleotides to amino acids.
We also use it to realign the notes and amino acids, even though our nucleotides are already aligned.
This seemed fine for small test data, yet it may be infeasible or a mere waste of resources to realign the reads again.
So consider rewriting the
translate
functions.The text was updated successfully, but these errors were encountered: