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

Errors in curie_id property of nodes in KG #74

Closed
finnagin opened this issue Apr 18, 2018 · 10 comments
Closed

Errors in curie_id property of nodes in KG #74

finnagin opened this issue Apr 18, 2018 · 10 comments
Assignees

Comments

@finnagin
Copy link
Member

Some of the curie_id properties of the nodes in the KG on the rtxsteve container on rtxdev.saramsey.org seem to have errors in them. I found the following nodes with the cypher command match (n) where n.curie_id =~ '(?i).*[a-z]' return n.curie_id, n.description limit 50:

n.curie_id n.description
"UBERON:0001029PHENOTYPE" "obsolete neuromuscular junction phenotype"
"CL:0000573PHENOTYPE" "retinal cone cell phenotype"
"CL:0001035PHENOTYPE" "bone cell phenotype"
"UBERON:0001467PHENOTYPE" "shoulder phenotype"
"GO:0007610PHENOTYPE" "behavior phenotype"
"UBERON:0001799PHENOTYPE" "vitreous chamber of eyeball phenotype"
"UBERON:0002107PHENOTYPE" "liver phenotype"
"GO:0050890PHENOTYPE" "cognition phenotype"
"GO:0060004PHENOTYPE" "reflex phenotype"
"NBO:0000607PHENOTYPE" "cognitive behavior phenotype"
"UBERON:0003657PHENOTYPE" "limb joint phenotype"
"NBO:0000056PHENOTYPE" "walking behavior phenotype"
"UBERON:0001090PHENOTYPE" "synovial fluid phenotype"
"UniProt:EBI" "MGAT5B"
"UniProt:TNF" "ENSG00000204490"
"UniProt:CYorf15B" "CY15B"
"UniProt:NFKBIA" "ENSG00000100906"
"UniProt:HLA" "ENSG00000204287"
"UniProt:MAFG" "Q9BRP3"
"UniProt:EP400NL" "H9KV84"
"UniProt:null" "ANON1"

Might be caused by an error in the KG construction?

@dkoslicki
Copy link
Member

@saramsey Pinging Steve as he'll know how to address this.

@saramsey
Copy link
Member

Working on it

saramsey added a commit that referenced this issue Apr 18, 2018
@saramsey
Copy link
Member

saramsey commented Apr 18, 2018 via email

@saramsey saramsey self-assigned this Apr 19, 2018
@saramsey
Copy link
Member

When we query with: Q16665; we get a node with alias: Q9BRP3

saramsey added a commit that referenced this issue Apr 19, 2018
@saramsey
Copy link
Member

I'm testing the fix now... but it will take another two hours before I know if it worked.

@saramsey
Copy link
Member

restarted test, in order to fold in fixes for #80 and #79

@saramsey
Copy link
Member

@finnagin , +1 for putting the cypher query in the issue report; super helpful!

saramsey added a commit that referenced this issue Apr 20, 2018
saramsey added a commit that referenced this issue Apr 20, 2018
saramsey added a commit that referenced this issue Apr 20, 2018
@saramsey
Copy link
Member

Current status: I believe this issue is fixed in the code, except for the node "UniProt:null"; I have embedded debugging code to track down where that one is coming from. Once this issue has been fixed in the rtxdev.saramsey.org:7474 KG, then I will close out this issue.

saramsey added a commit that referenced this issue Apr 25, 2018
saramsey added a commit that referenced this issue Apr 25, 2018
@saramsey
Copy link
Member

testing a fix for the "UniProt:null" now (that was due to an unexpected returned response from DisGeNET).

@saramsey
Copy link
Member

fixed in KG:
http://rtxdev.saramsey.org:7674

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

No branches or pull requests

3 participants