/bio/proteins/{protein-id}/genes
-
Description
Retrieve genes associated to a given protein.
-
URL (PATH)
/bio/proteins/{protein-id}/genes?token={token}
-
Method
GET
-
Authentication
Optional (token)
-
Request parameters & Path variables
Parameter Description protein-id
[alphanumeric]
requiredA protein identifier token
[alphanumeric]
optionalOptional access key to save the current query in your profile -
Example request
https://disnet.ctb.upm.es/api/disnet/bio/proteins/Q9UMD9/genes?token=eJtdWrIisOiJt...
-
Success response (application/json)
{ "token": null, "authorized": false, "authorizationMessage": null, "responseCode": "200", "responseMessage": "OK", "errorsFound": [], "data": [ { "geneId": 1308, "geneName": "collagen type XVII alpha 1 chain", "geneSymbol": "COL17A1" } ] }
-
Error response (application/json)
Common errors