Skip to content

This is a DNA sequence to AA sequence converter.

Notifications You must be signed in to change notification settings

amkera/dna-to-protein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is an application that converts a DNA sequence to an Amino Acid Sequence.

User can enter a DNA sequence (case does not matter.) I use REGEX to parse out any characters that are not A, C, T, or G.

Then, my algorithm converts it into an amino acid sequence, where each character represents the one-letter code for an amino acid.

About

This is a DNA sequence to AA sequence converter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published