generateRandomCodonsPerAA {ModCon} | R Documentation |
Encode amino acid sequence by random codon selection
generateRandomCodonsPerAA(aaVector)
aaVector |
Character vector of amino acids in three lettre code (e.g. Met) |
Character value of a nucleotide sequence encoding the same amino acid as the entered by aaVector
by random Codon selection.
generateRandomCodonsPerAA(c('Lys','Lys'))