Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDNA Alignment k #889
DNA Alignment k #889
Comments
|
How about by translating DNA to protein and then doing a local alignment? Translating is quite easy, see #888 . Regarding alignments, see the relevant part of the tutorial: https://github.com/biojava/biojava-tutorial/blob/master/alignment/README.md |
I know this is a question, but is there a way to align a DNA sequence to a protein? Can we get the location of the sequence on the protein?