-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature request - MAAPS (Mixed Amino Acid Position Screening) tool #22
Comments
@demis001 Please work with @InaMBerry on this portion of bio_pieces It will be a great introduction on how to work with travis-ci.org, readthedocs.org, coveralls.io |
Can you share sample data inputs and a template output you expected (some sort of table with header)? It would be nice if the inputs are from the real data. |
It occurred to me that while the only examples we discussed were codons with one ambiguous base, it is also possible (correct me if I'm wrong) for a codon to have 2 or 3 ambiguous bases, i.e. ARR or RRR |
Classification: UNCLASSIFIED That is true and we need to account for that as well. -----Original Message----- It occurred to me that while the only examples we discussed were codons with one ambiguous base, it is also possible (correct me if I'm wrong) for a codon to have 2 or 3 ambiguous bases, i.e. ARR or RRR — Classification: UNCLASSIFIED |
I will probably be starting on a new Dengue project this fall and I would need some help with a script for the sequence data I will be using. Basically, I need to screen many Miseq sequences for occurrence of mixed amino acid positions.
Current tools for sequence analyses allow for export of a consensus sequence with mixed nucleotide positions, that is, when both A and G are found in a certain position that position is designated as R. However, when the sequence is translated into amino acids, and A in this position encodes say Gly while G encodes Pro, the exported amino acid consensus sequence will just have a ? for this mixed amino acid position. I would need a script that:
For this I will be providing Dengue full genome miseq nucleotide consensus sequences (using standard IUPAC codes for mixed nucleotide positions). Start will be the first Met of the coding region. Since Denv1,2,3 and 4 genes differ slightly in their positions on the genome, this will need to be taken into account for 4.
Thanks!
The text was updated successfully, but these errors were encountered: