make_polypeptide: The creation of a polypeptide sequence from the codon.

View source: R/make_polypeptide.R

make_polypeptideR Documentation

The creation of a polypeptide sequence from the codon.

Description

Creates a polypeptide sequence of amino acids based on the codon.

Usage

make_polypeptide(codons)

Arguments

codons

Value

Return character strings representing the polypeptide

Author(s)

Oriade Latifah Simpson, s172084@dtu.dk

Examples

polypeptide_sequence <- make_polypeptide(c("AUG", "CAA", "CGA", "UCA"))
polypeptide_sequence

rforbiodatascience22/group_20_package documentation built on May 2, 2022, 12:44 p.m.