Skip to content
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

Gene annotation after Chromosembler #28

Open
lucasrocmoreira opened this issue Mar 18, 2020 · 3 comments
Open

Gene annotation after Chromosembler #28

lucasrocmoreira opened this issue Mar 18, 2020 · 3 comments

Comments

@lucasrocmoreira
Copy link

Hi,

I am using Chromosembler to produce pseudochromosomes by mapping my scaffolds to the chromosome-level reference of a closely related species. An issue I'm facing is that after producing pseudochromosomes with Chromosembler I lose the gene annotation. I've tried to translate the coordinates from one reference to the other, but it does not seem to be very straightforward.

Do you have any suggestions/advice on how that can be done?

Thanks,
Lucas

@wuxingbo1986
Copy link

Hi Lucas,

I am doing something similar. Did you find a solution?

Thanks.
Xingbo

@lucasrocmoreira
Copy link
Author

Hi Xingbo,

I actually did. I found the easiest way to transfer the annotation is by using gmap (https://github.com/juliangehring/GMAP-GSNAP). gmap aligns back your protein sequences to the pseudochromosome reference generated by Chromosembler and outputs a new gff file.

I hope that helps.

Lucas

@marchoeppner
Copy link

marchoeppner commented Aug 15, 2023

Some of the developers (orig. Satsuma) have released a tool that basically uses Satsuma synteny chains to lift annotations between two assemblies (works also for distant relationships, btw). But obviously, this will not re-build your gene models to factor in any new information gained through the superscaffolding... so you might want to re-annotate anyway.

https://github.com/GrabherrGroup/kraken

Granted, the documentation is a bit sparse - so if you have any questions, let me know.

There is also a paper: https://pubmed.ncbi.nlm.nih.gov/24976580/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants