|
-
July 28th, 2012, 06:40 PM
#1
MATLAB programming
I am new to Matlab software and have a bugging project to write a program that would read a heavy load of data. The data is in a file that contains T,G,A,C (DNA sequences) at different variations. I want to use Matlab to be able to count through these nucleotides. For example, my data looks thus;
ATAAGGCACATTAGCATGACTCCTCTGCTACCACACATTATA(about millions of these sequences). I have values for each of these nucleotide combinations, I want a program that will be able to read the data in this way AT,TA,AA,AG,GG (this is the same data above but read 1 and 2, 2 and 3, 3 and 4 and so on... ) I want to be able to assign values to each of these combinations in this format;
AT TA AA
1.3 3.5 1.0 and so on.
Can someone help out with how i can do this with Matlab or any program please?
Thanks in anticipation of your positive response
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|