i have a string of letters in a row. and
All three letters represent one amino acid. How can I filter for this string?
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
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
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.