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

Identifying complexes: Xrefs #34

Open
jvwong opened this issue Jun 28, 2023 · 0 comments
Open

Identifying complexes: Xrefs #34

jvwong opened this issue Jun 28, 2023 · 0 comments

Comments

@jvwong
Copy link
Member

jvwong commented Jun 28, 2023

Factoid includes two flavours of complexes

  • complex which are compound nodes, identified by these components
  • namedComplex which appear as simple nodes, identified by a FamPlex ID

Factoid labels both kinds as complex for this converter to process. In the second case, we'd like to identify a complex using its database ID directly (i.e. from FamPlex). Suggestion is to tag it directly with a UnificationXref.

See also:

Details

Sample document with namedComplex (NFKappaB):

Screen Shot 2023-06-28 at 10 53 28 AM

Sample BioPAX template sent to converter (json-to-biopax) endpoint:

{
  "interactions":[
     {
        "type":"Other Interaction",
        "participants":[
           {
              "type":"protein",
              "name":"MDM2",
              "xref":{
                 "id":"4193",
                 "db":"NCBI Gene",
                 "dbPrefix":"ncbigene"
              },
              "organism":{
                 "id":"9606",
                 "db":"taxonomy"
              }
           },
           {
              "type":"complex",
              "name":"NFKappaB",
              "xref":{
                 "id":"NFkappaB",
                 "db":"FamPlex",
                 "dbPrefix":"fplx"
              },
              "organism":{
                 "id":"9606",
                 "db":"taxonomy"
              },
              "componentXrefs":[
                 {
                    "dbName":"FamPlex",
                    "dbPrefix":"fplx",
                    "id":"NFkappaB_1"
                 },
                 {
                    "dbName":"FamPlex",
                    "dbPrefix":"fplx",
                    "id":"NFkappaB_2"
                 }
              ]
           }
        ]
     }
  ],
  "pathwayName":"Structural basis for the action of the drug trametinib at KSR-bound MEK.",
  "pathwayId":"b43818b1-d13f-4f2b-9d62-1df20393ef3c",
  "publication":{
     "id":"32927473",
     "db":"pubmed"
  }
}
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