View source: R/AutoGeneratedDefinitions.R
getPathwayResults | R Documentation |
Get results for a Pathway Id.
getPathwayResults(pathwayId, baseUrl)
pathwayId |
An integer id representing the id that uniquely identifies a pathway analysis definition in a WebApi instance. |
baseUrl |
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI". |
Get the results for Pathway id.
An R object with results.
## Not run: getPathwayResults(pathwayId = 342, baseUrl = "http://server.org:80/WebAPI") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.