Skip to content

Convert amino acid sequence to nucleotide sequence

License

Notifications You must be signed in to change notification settings

c0degreen/aa2nt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

aa2nt

Convert amino acid sequence to nucleotide sequence

Based off of this MatLab program, but re-written in Python.

Syntax

seqNuc = aa2nt(secAA)

Input Arguments

parameter value
seqAA String of one-letter amino acid codes to be converted to bases. For acceptable codes, see Amino Acid Codes

Output Arguments

argument value
seqNuc String of one-letter nucleotide base codes.

Amino Acid Codes

Amino Acid One-letter code
Alanine A
Arginine R
Asparagine N
Aspartic acid (Aspartate) D
Cysteine C
Glutamine Q
Glutamic acid (Glutamate) E
Glycine G
Histidine H
Isoleucine I
Leucine L
Lysine K
Methionine M
Phenylalanine F
Proline P
Serine S
Threonine T
Tryptophan W
Tyrosine Y
Valine V
Asparagine or Aspartic acid (Aspartate) B
Glutamine or Glutamic acid (Glutamate) Z
Unknown amino acid X
Translation stop *
Gap -
Other

About

Convert amino acid sequence to nucleotide sequence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages