All URIs are relative to https://metexplore.toulouse.inrae.fr/metexplore3-api
| Method | HTTP request | Description |
|---|---|---|
| GETGENES | GET /genes | get Gene |
GenesResponse GETGENES(id_network)
get Gene
get from Gene
library(metexplore3api)
# get Gene
#
# prepare function argument(s)
var_id_network <- 56 # integer | the id_network for the Gene
api_instance <- GenesApi$new()
# to save the result into a file, simply add the optional `data_file` parameter, e.g.
# result <- api_instance$GETGENES(var_id_networkdata_file = "result.txt")
result <- api_instance$GETGENES(var_id_network)
dput(result)| Name | Type | Description | Notes |
|---|---|---|---|
| id_network | integer | the id_network for the Gene |
No authorization required
- Content-Type: Not defined
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | successful operation | - |
| 400 | error in the query | - |
| 401 | not authorized | - |
| 404 | not found | - |