This commit is contained in:
hyginn 2017-11-17 23:44:05 -05:00
parent 450aefa119
commit f747f7896e

View File

@ -43,7 +43,7 @@
# The genetic code maps trinucleotide codons to amino acids. To store it, we
# need some mechanism to associate these two informattion items. The most
# convenient way to do that is a "named vector" which holds the maino acid
# convenient way to do that is a "named vector" which holds the amino acid
# code and assigns the codons as names to its elements.
x <- c("M", "*")