-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preventing self search? #175
Comments
What should the output be if genomes are polyploid? For example, suppose you have two genomes: G1: +A +A +B +B Where A and B ary synteny blocks. So what would be the desired output in this case? |
It would be, if we just consider the first "A" of the G1 genome G1 +A and G2 +A If I understood correctly your example. |
This is tricky because it is not clear why we should choose the first appearance of "A" as the "main" one, and not the second. There is no ready-made option to impose this behaviour in Sibelia. You can write a simple postprocessing script that takes ouput of Sibelia and "resolves" duplications the way you like. |
Yes indeed, this is the approach I have undertaken. I am working on a very unusual organism for which no genomics tool is really well adapted (the bdelloid rotifers, which are degenerate polyploid with no homologuous chromosomes, which means I have to work with all allelic pairs or paralogs present. There is also no way to distinguish an allelic pair from a paralog). Sibelia is nevertheless the best so far, I really like your program. |
That is cool :) I am glad that you found Sibelia useful. |
Hello,
Is there an option to prevent Sibelia to find synteny block inside one of the 2 input genomes?
For example, when I compare genome_1 and genome_2, Sibelia will not only find the syntenic regions of the 2 genomes but will also find the duplications inside each genome.
I think it would be interesting to have an option to avoid that, so that we could just get the synteny blocks involving the 2 genomes. The "sharedonly" option doesn't give me what I want, because if the genome is polyploid then it returns empty files.
The text was updated successfully, but these errors were encountered: