-
Notifications
You must be signed in to change notification settings - Fork 12
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
What is the current GO-CAM API algorithm for deciding if a model is "displayable" or not #757
Comments
@kltm I took a cursory look through the SPARQL queries used to (I think?) get the data. I have an example of a model that is shown (I'm assuming "displaying a model or not" is in reference to Alliance gene pages, right?), do you have an example model that is not shown? This would (might) help me track it down. |
Cheers! |
Here's the query that currently runs on the Alliance gene page. Given a gene ID, it will return a model if:
Just to clarify, a model containing one of these chains will not be returned if the query gene doesn't enable one of the "causal" functions. @kltm Querying causal models for human genes like TBK1 from the Alliance site is tricky (i.e. doesn't work) right now because Noctua GO-CAM uses UniProt IDs for human and Alliance uses HGNC. This issue is described in SCRUM-1064. |
@dustine32 Ah, interesting--thank you for the clarification! |
I think we're good here? |
While we are waiting to complete #746 , to help with debugging some issues, we wanted to clarify the details of the algorithm for displaying a model or not.
@sierra-moxon @dustine32
Tagging @pgaudet
The text was updated successfully, but these errors were encountered: