in reply to Re^2: Urgent help required. Need a code to translate a given nucleotide sequence into proteins using codon table.
in thread Urgent help required. Need a code to translate a given nucleotide sequence into proteins using codon table.

Here you go: Six-Frame Translation.

But seriously, why not just use Bio::Seq? It has a translate method.

  • Comment on Re^3: Urgent help required. Need a code to translate a given nucleotide sequence into proteins using codon table.