Skip to content

cookbook

gaou edited this page Oct 27, 2020 · 11 revisions

How can I translate a nucleotide sequence into an amino acid sequence?

$nucleotideSeq = "atgcatgcatgcatgc";
$aminoacidSeq = translate($nucleotideSeq);

Clone this wiki locally