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

Integration with GeneValidator. #573

Closed
yeban opened this issue Sep 24, 2015 · 7 comments
Closed

Integration with GeneValidator. #573

yeban opened this issue Sep 24, 2015 · 7 comments

Comments

@yeban
Copy link

yeban commented Sep 24, 2015

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:

sendtogv

Screenshot 1: Right click on a transcript in edit track, select "Send to GeneValidator"

sendtogv-result

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.

@nathandunn nathandunn added this to the 2.0.2 milestone Sep 24, 2015
@nathandunn
Copy link
Contributor

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.

@cmdcolin
Copy link
Collaborator

cmdcolin commented Oct 1, 2015

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

@nathandunn
Copy link
Contributor

@yeban If you want to work on the integration, we'd be happy to work with any pull request you made.

@yeban
Copy link
Author

yeban commented Oct 13, 2015

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.

@nathandunn
Copy link
Contributor

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

On Oct 13, 2015, at 3:47 AM, Anurag Priyam notifications@github.com wrote:

Thanks @nathandunn https://github.com/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.


Reply to this email directly or view it on GitHub #573 (comment).

@monicacecilia
Copy link
Member

@yeban @yannickwurm
This is looking really good! Thanks for the update on the progress with GV.

On a related subject, I added an issue for you two at wurmlab/afra#113

@nathandunn nathandunn modified the milestones: 2.0.2, 2.0.3 Jan 21, 2016
@monicacecilia monicacecilia removed this from the 2.0.3 milestone Apr 7, 2016
@nathandunn
Copy link
Contributor

closing for now. We can re-open if need be.

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

No branches or pull requests

4 participants