Skip to content

Instantly share code, notes, and snippets.

@joshkh
Last active August 29, 2015 14:14
Show Gist options
  • Save joshkh/bdb5fb4d6cd7fc28c48e to your computer and use it in GitHub Desktop.
Save joshkh/bdb5fb4d6cd7fc28c48e to your computer and use it in GitHub Desktop.
Proposed JAMI/JSON Structure 1
... some participant in an interaction...
{
"id": "12",
"interactorRef": "uniprotkb_P39079",
"stoichiometry": "2",
"bioRole": {
"id": "MI:0499",
"name": "unspecified role"
},
"features": [
{
"classification": "binding site",
"id": "4",
"name": "cct2 binding site",
"type": {
"id": "MI:0117",
"name": "binding-associated region"
},
"sequenceData": [
{
"pos": "?-?",
"interactorRef": "uniprotkb_P39079",
"participantRef": "12"
}
],
"linkedFeatures": [
"3"
]
},
{
"classification": "other",
"id": "5",
"name": "cct2 binding site",
"type": {
"id": "MI:0117",
"name": "binding-associated region"
},
"sequenceData": [
{
"pos": "?-?",
"interactorRef": "uniprotkb_P39079",
"participantRef": "12"
}
],
"linkedFeatures": [
"3"
]
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment