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

Link Phenotypes <-> SNPs #242

Open
gedankenstuecke opened this issue Feb 6, 2016 · 5 comments
Open

Link Phenotypes <-> SNPs #242

gedankenstuecke opened this issue Feb 6, 2016 · 5 comments
Assignees
Labels

Comments

@gedankenstuecke
Copy link
Member

So far the phenotypes and the SNPs are rather independent from each other, making it hard to link one to the other. But in principle we already have the information needed to link them, at least in a really low level way: The papers attached to the SNPs might have the phenotype names in the title.

Using those we could link certain SNPs to phenotypes and vice versa link phenotypes to SNPs. I think that could make it more useful for people who are more into using openSNP for browsing their own genomes. What do you think?

@philippbayer
Copy link
Member

Hmm we could have a worker that parses the SNP's paper abstracts/names, extracts all words that appear in the phenotype descriptions or names, and then creates a SnpPhenotypeLink (or sth. like that), to be displayed in another tab on the SNP's show-page

We could even then link the recommendify results - since the phenotypes are linked by similarity in recommendify we can start from the SnpPhenotypeLink and add other phenotypes

How close would this be towards "providing medical information" as a service, i.e., "dangerous territory"?

@gedankenstuecke
Copy link
Member Author

Yes, I think that sounds like a good idea. I don't think that those recommendations for phenotypes etc. would be medical information. It's not that we're generating any reports. So what about the below?

Tasks

  • Creating SnpPhenotypeLink through paper titles
  • Add those Links to SNP pages
  • Additionally display similar phenotypes

@gedankenstuecke gedankenstuecke mentioned this issue Feb 7, 2016
2 tasks
@raivivek
Copy link
Member

@gedankenstuecke You can assign this issue to me. ;)

@gedankenstuecke
Copy link
Member Author

Happy to do so! 👍

@raivivek
Copy link
Member

raivivek commented May 30, 2016

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

No branches or pull requests

3 participants