View source: R/make_polypeptide.R
make_polypeptide | R Documentation |
Creates a polypeptide sequence of amino acids based on the codon.
make_polypeptide(codons)
codons |
Return character strings representing the polypeptide
Oriade Latifah Simpson, s172084@dtu.dk
polypeptide_sequence <- make_polypeptide(c("AUG", "CAA", "CGA", "UCA")) polypeptide_sequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.