How To Make A .Free Format Sequence Alignment File (For Matlab) ?
2
0
Entering edit mode
12.5 years ago
Pals ★ 1.3k

Hello, could anyone guide me generating a .free format alignment file? I am using MATLAB for making sequence analysis using SCA toolbox developed by Ranganathan group http://www.hhmi.swmed.edu/Labs/rr/sca.html. As I am newbie to MATLAB, I preferred following the tutorial and adapting codes.

Thanks in advance.

Kisun

matlab sequence analysis • 4.9k views
ADD COMMENT
0
Entering edit mode

Hi Kisun,

I just get started to try this method. Have you find out how to generate the .free file? Would you please let me know? I have no experience with bioinfomatics so any suggestion would be great! Thank you so much!

Zhongying

ADD REPLY
0
Entering edit mode

Any update on this?
I am still unable to figure it out.

ADD REPLY
1
Entering edit mode
12.5 years ago
Graslevy ▴ 240

Hey, you can achieve this if you have the bioinformatics toolbox provided by mathworks. Also, try code examples from http://www.computational-genomics.net/case_studies/, I found them very helpful!

ADD COMMENT
0
Entering edit mode

Thanks for the supporting material.

ADD REPLY
0
Entering edit mode
6.6 years ago
saladi ▴ 30

Old post, but for those who get here in the future, one alternative is to use the multialignread function in the bioinformatics toolbox with a ClustalW, GCG, or PHYLIP formatted alignment:

 [labels,seqs]=multialignread(filename);
 labels=char(labels);
 seqs=char(seqs);
ADD COMMENT

Login before adding your answer.

Traffic: 1974 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6