Retrieves the list of populations in an experiment.

getPopulations(experimentId, params = list())

Arguments

experimentId

ID of experiment.

params

Optional query parameters.

Examples

if (FALSE) { # \dontrun{
# List all populations in the experiment
getPopulations(experimentId)

# List the names of the first five populations
getPopulations(experimentId, params = list("limit" = "5", "fields" = "+name"))
} # }