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

Sean de Wolski
Sean de Wolski 2013년 6월 10일
Can you show us a small example? Data /operation /expected output?
Giulio
Giulio 2013년 6월 10일
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...
Sean de Wolski
Sean de Wolski 2013년 6월 10일
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.
Ingrid Tigges
Ingrid Tigges 2013년 6월 11일
This thread on MATLAB answers might be helpful http://www.mathworks.com/matlabcentral/newsreader/view_thread/281532
Giulio
Giulio 2013년 6월 11일
Thanks so much!
Ingrid Tigges
Ingrid Tigges 2013년 6월 11일
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