Translation
2 problems from Rosalind — Bioinformatics Textbook Track. Press Run on any block to execute it in your browser.
BA4A — Translate an RNA String into an Amino Acid String
solved Problem statement
BA4B — Find Substrings of a Genome Encoding a Given Amino Acid String
solved Problem statement
A peptide can be encoded on either strand, so both are searched. ATGGCC appears twice and both occurrences count — the answer is substrings by position, not a set of distinct strings.