what i exactly should do is that. for every sequence(from the list of file) and every matrix(that is also a list of matrices in file form) i should calculate the scores.
the output should be in in the form of sequence header(this is the heading that follows the> symbol in the file),position of the sequence read",log value
for eg:
matrix1:
>ref1
01,2.0012
02,3.0047
.
.
.
>ref2
01,3.0047
02,8.0067
matrix 2
>ref1
01,2.0012
02,3.0047
.
.
.
>ref2
01,3.0047
02,8.0067
so ..on
the problem is for every sequence in the sequence file and for every position in the file, i am going to calculate the log value.is it clear now?
the output should be in in the form of sequence header(this is the heading that follows the> symbol in the file),position of the sequence read",log value
for eg:
matrix1:
>ref1
01,2.0012
02,3.0047
.
.
.
>ref2
01,3.0047
02,8.0067
matrix 2
>ref1
01,2.0012
02,3.0047
.
.
.
>ref2
01,3.0047
02,8.0067
so ..on
the problem is for every sequence in the sequence file and for every position in the file, i am going to calculate the log value.is it clear now?
Comment