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

Use context / represents / alias in CX assembler to represent grounding #239

Open
bgyori opened this issue Jun 21, 2017 · 1 comment
Open

Comments

@bgyori
Copy link
Member

bgyori commented Jun 21, 2017

See http://www.home.ndexbio.org/data-model/

  • Use context to abbreviate identifiers namespaces
"context":[{
       "ncbigene" : "http://identifiers.org/ncbigene/",
       "kegg.pathway" : "http://identifiers.org/kegg.pathway/"
     }]}
  • Use nodes / "r" attribute to represent primary grounding
{"@id" : 7,
"n" : "Pentose phosphate pathway",
"r" : "kegg.pathway:hsa00030"
}
  • Use nodeAttributes / "alias" to represent alternative grounding
@bgyori
Copy link
Member Author

bgyori commented Jun 26, 2017

After some review, I determined that this should be done after #70 and #238.

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

1 participant