-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Analysing split and fusion genomes. #35
Comments
The pre-requisite is to have a one-to-one mapping between chromosomes. So, in such cases, you would want to concatenate chromosomes in one genome that together represent one larger chromosome in the other sample. For example, you would want to concatenate the 7th and the 14th chromosome in the lower genome. Similarly, chromosome 11 and 9 in the upper genome and chromosome 8 and 15 in the lower genome can be combined as well. However, it is important to remember that based on how you concatenate these chromosomes, you can get different rearrangements. So, here I would imagine that the Chr7 in the lower genome would need to be first reverse complemented and then concatenated to Chr14, otherwise it would just be annotated as one large inversion. |
Thanks. I think I can reverse complemented the Chr7 and add 10k N between Chr7 and Chr14 to get a better annotation for SVs. |
Great. |
What if my species' chromosome have undergone split and fission?How should I use SyRI, or just the one-to-one synteny chromosme?
Originally posted by @baozg in #34 (comment)
The text was updated successfully, but these errors were encountered: