View source: R/getPopulation.R
getPopulation | R Documentation |
Retrieves a population by ID
getPopulation(experimentId, populationId, params = list())
experimentId |
ID of experiment. |
populationId |
ID of the population. |
params |
Optional query parameters. |
## Not run:
# Retrieve by ID
getPopulation(experimentId, populationId)
# Lookup by name
getPopulation(experimentId, byName("Singlets"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.