Skip to content

Identifying complexes: Xrefs #34

@jvwong

Description

@jvwong

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"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions