translate the DNA sequences into amino acid sequences

i have a string of letters in a row. and
All three letters represent one amino acid. How can I filter for this string?

Hi @saraef,

Please provide some examples of the strings and your desired output.

:blush:

for example:
TGTGAGCACCGTGCTGACCTCCAAATACCGTTAA.

And what is your desired output?

Do you want to split the string in groups of 3 letters long?

Yes. I want to compare all three letters with my list of amino acid names and
Specify the name of each acid in the output

Which one is your desired output?

or

yes.thanks
after that It is then necessary to compare each column with the names of the acids (for example ARG:Arginin)

Which table represents your desired output? The first one or the second one?

the second one is bether

Here is the workflow:

DNA_split.knwf (31.1 KB)

:blush:

2 Likes

thank so much for your help

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.