You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I give a simple format : A.fasta : ATC B.fasta : AT and custom parameter set as the following
The sequences in the input files should at least of length $k + 1$. My bad that Sibelia does not check for this, I will add it later. In your example the second file contains string of length 2.
I know the color meaning but how come the other like content in curly brackets??
My question is how come if there is another 3rd pair ... act gattag ggc ... ??
Then the bubbles will be simplified one by one. Supposed that in your example D is 7:
Initially:
act gaga ggc
act gatg ggc
act gattag ggc
First step:
act gaga ggc
act gaga ggc
act gattag ggc
Second step:
act gaga ggc
act gaga ggc
act gaga ggc
The choice of sequences to fill the branches of the bubbles is arbitrary, but it in this case it will result in the same synteny blocks no matter which branch is chosen.
(1)
I have read your manual and found that format of "de_bruijn_graph.dot" should be explained more detailed.
If I give a simple format : A.fasta : ATC B.fasta : AT and custom parameter set as the following
1
2 2
After executing this command : Sibelia -k paraset -m 2 A.fasta B.fasta , the content of "de_bruijn_graph.dot is
I know the color meaning but how come the other like
0->2?
1->0?
content in curly brackets??
(2)
this eaxaple in manaul
1st pair: ... K1 ABCD K2 ...
2nd pair: ... K1 FGHE K2 ...
If the distance between K1 and K2 within each pair is less than D, then "Sibelia" replaces FGHE with ABCD to obtain longer "synteny block":
1st pair: ... K1 ABCD K2 ...
2nd pair: ... K1 ABCD K2 ...
More concrete example. Suppose that K = 3, D = 5 and somewhere in the genome we find:
1st pair: ... act gaga ggc ...
2nd pair: ... act gatg ggc ...
As we see, distance between "act" and "ggc" is less than 5 nucleotides so we replace "gatg" by "gaga":
1st pair: ... act gaga ggc ...
2nd pair: ... act gaga ggc ...
My question is how come if there is another 3rd pair ... act gattag ggc ... ??
The text was updated successfully, but these errors were encountered: