python amino acid dictionary

Solutions on MaxInterview for python amino acid dictionary by the best coders in the world

showing results for - "python amino acid dictionary"
Benjamin
09 May 2017
1>>> triples = [rna[i:i+3] for i in range(0, len(rna), 3)]
2>>> print triples
3['UUU', 'UCU', 'UAU', 'UGU', 'UUC', 'UCC']
4
similar questions
queries leading to this page
python amino acid dictionary