getPopulations.Rd
Retrieves the list of populations in an experiment.
getPopulations(experimentId, params = list())
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"))
} # }