Finding a string in a string

6 次查看(过去 30 天)
Burak Köse
Burak Köse 2021-6-23
回答: Rik 2021-6-23
I'm studying biology and trying to take a sequence from and RNA like for example "AUGCACGGCAAC" and turn it into its aminoacid form like MHGN. I was able to check for aminoacids but I wasn't able to put out the results one after the other in a unified form. Any ideas?

回答(1 个)

Rik
Rik 2021-6-23
Split into groups of 3 (with mat2cell or with regexp), use ismember to find the position of each codon in a dictionary array (which you need to make). Then you can use the positions to index the second part of the dictionary.

类别

Help CenterFile Exchange 中查找有关 Characters and Strings 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by