Entering edit mode
6.1 years ago
ra2967
▴
30
Hi all,
I have a list of one hundred sequences. I know using MEME that my sequences all have two conserved motifs for two transcriptions factors.
My question is: may I calculate the distance of one motif to the other for each one of the sequences? I think that these proteins are interacting and that the distance is being conserved through all the sequences (something aroung 36 base). The problem may be, in fact, solved by "text" tools, I imagine, but I have no idea where I should start.
Thanks!
Robert
if you know the positions (start and end) of motifs on any given sequence, then it is simple calculation ra2967
In each one of my fasta sequences, they are distributed in different position. I would like to know the distance in each sequences that separate the motif A and the motif B, what may be not the same.
As I told, it may be solved by "text analysis", but I do not know how.