-
Notifications
You must be signed in to change notification settings - Fork 85
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
Integration with GeneValidator. #573
Comments
I would agree . . I think it would be a good integration. We need to think about how to best integrate it within the UI / configuration, but the API makes it look pretty easy. |
AnnotTrack's right-click menu is sort of inflexible but I made a new "model" for customizing the right-click menus via #576 which could perhaps make it easier for customizing configurations like this. That's just an idea, it is not added to the AnnotTrack yet |
@yeban If you want to work on the integration, we'd be happy to work with any pull request you made. |
Thanks @nathandunn. I'm home till the end of this month. I will give it a shot after I'm back. I hope that won't be too late. |
We’ll integrate it in whenever you are done with it (we are constantly releasing). Let us know if you need any help along the way. Nathan
|
@yeban @yannickwurm On a related subject, I added an issue for you two at wurmlab/afra#113 |
closing for now. We can re-open if need be. |
Hi,
We have developed GeneValidator (GV), a tool to identify potential issues with a gene prediction (Dragan et al, in review). GV does this by comparing CDS or amino-acid sequence of a gene to BLAST hits from the SwissProt or the NR database (configurable). We believe integrating GV with WA might be of interest to the community. Screenshots below (taken from Afra) illustrate how this might work:
Screenshot 1: Right click on a transcript in edit track, select "Send to GeneValidator"
Screenshot 2: Results of validating the transcript's protein products against NR database (loaded in a new window)
This way, GV's report can be used to guide the curation as well as re-assess the quality of gene model after curation. We have implemented a JS API to send sequences from a web page to a GV server for validation. At a higher level this makes integrating GV into WA just a matter of fetching the selected transcripts' protein products and passing them to
GV.sendToGeneValidator
, with the url of the server and the database to validate against. However, configuration via the xml config file, etc. will have to be considered too, I guess.The text was updated successfully, but these errors were encountered: