Compare and Analyze char patterns

Hi... i'm trying to compare and analyze different miRNAs for a project
I have a cell matrix with the Dot-Bracket notation for the miRNAs and I'm trying to compare and possibly identify patterns in two different groups in order to study the secondary structure...
Since it's not an amminoacidic or nucleotidic sequence normal alignment tools avaible in matlab are useless... what should I use?

6 个评论

Can you show us a small example? Data /operation /expected output?
A='.(((...........((((((.((((..((((((((..((((((( (((((((...)))))))....))))))).))))))))..)))).))))))((.....)).))).'
B='.......(((((.((((....(((.(((((...(((.(....).)))(.(.((((..(((....)))..)))).).).))))).)))...)))).)))))'
I need to find if there are similarities in the patterns (like if this motif is present --> .(....). <-- or other motifs.
Translating in letters it's like to find if in a sentence there are some letters, subwords that repeats into different strings
A='hELLO world matlab' B='yELLOw bELLOw'
I know it's a complicate request and probably there is no easy way but maybe someone can help me...
Well it'll be doable with regular expressions but it'll be a fun challenge. There might even be somethng for this in the Bioinformatics Toolbox.
Thanks so much!
You are welcome :-)

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Data Import and Export 的更多信息

产品

提问:

2013-6-10

Community Treasure Hunt

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

Start Hunting!

Translated by