-
Notifications
You must be signed in to change notification settings - Fork 26
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
MGI alleles without genomic position #919
Comments
I think theres something odd going on with the routing, but I'm not able to reproduce it with my browser. In theory you should never be routed to https://beta.monarchinitiative.org/variant/MGI:1856657, because this is a gene in our db The page corresponding to http://www.informatics.jax.org/allele/MGI:1856657: Has one allele, the wild type (an allele is not a variant but we conflate these in our neo4j indexes which is possibly an issue): the allele is associated with anx according to MGI http://www.informatics.jax.org/allele/MGI:5907294, so this filtering would need to happen at the dipper level if this is desired. |
@kshefchek -- let's zoom about this, that sounds like a weird bug. |
Yes let's zoom on this! I'm looking at this a little closer now and it's an interesting case: In dipper (replacing IDs with labels)
Because there's an owl:sameAs between MGI:1856657 and MGI:88029, we merge these two identifiers in SciGraph, and I think the choice of whcih ID is picked is arbitrary. I have mixed feelings about merging identifiers in the same namespace, even if (in my untrained perspective) these two concepts do look identical. After the clique merge we end up with a concept that we're calling a variant allele, sequence alteration, heritable phenotypic marker, and a subclass of a gene. I think calling this a heritable phenotypic marker is the most correct. Would be great to get @mbrush's perspective on this as well |
possibly also related #519 |
the anx allele (http://www.informatics.jax.org/allele/MGI:1856657) is a locus for which the actual genetic variant is not known. When you go from
https://beta.monarchinitiative.org/variant/MGI:1856657
to the gene page, the gene page is empty:
https://beta.monarchinitiative.org/variant/MGI:1856657#gene
Probably we want to filter the alleles in MGI according to whether they are associated with a gene or not and adjust the behavior of our UI. There is code in phenol that filters out genetic markers that are not associated with genes that could be used as a basis.
The text was updated successfully, but these errors were encountered: