/bio/pathways/{pathway-id}/genes

  • Description

    Retrieve genes associated to a given pathway.

  • URL (PATH)

    /bio/pathways/{pathway-id}/genes?token={token}

  • Method

    GET

  • Authentication

    Optional (token)

  • Request parameters & Path variables
    Parameter Description
    pathway-id
    [alphanumeric]
    required
    A pathway identifier
    token
    [alphanumeric]
    optional
    Optional access key to save the current query in your profile
  • Example request
                                         https://disnet.ctb.upm.es/api/disnet/bio/pathways/WP100/genes?token=eJtdWrIisOiJt...
                                    
  • Success response (application/json)
                                        {
      "token": null,
      "authorized": false,
      "authorizationMessage": null,
      "responseCode": "200",
      "responseMessage": "OK",
      "errorsFound": [],
      "data": [
        {
          "geneId": 290,
          "geneName": "alanyl aminopeptidase, membrane",
          "geneSymbol": "ANPEP"
        },
        {
          "geneId": 2539,
          "geneName": "glucose-6-phosphate dehydrogenase",
          "geneSymbol": "G6PD"
        },
        ...
      ]
    }
                                    
  • Error response (application/json)

    Common errors

    Pathway id error