Description Usage Arguments Details Value Author(s) Examples
View source: R/getExperimentContainerCellIds.R
getExperimentContainerCellIds
- Gets cell ids for a container in an experiment.
1 2 | getExperimentContainerCellIds(coreApi, experimentContainerBarcode,
experimentContainerType = "EXPERIMENT_CONTAINER", ...)
|
coreApi |
coreApi object with valid jsessionid |
experimentContainerBarcode |
container barcode |
experimentContainerType |
container entity type (default: EXPERIMENT_CONTAINER) |
... |
additional arguments passed to |
getExperimentContainerCellIds
Gets cell ids for a container in an experiment.
List of length 2, containing entity
and response
objects:
entity
is a vector of cell IDs.
response
is the entire HTTP response.
Scott Russell scott.russell@thermofisher.com
1 2 3 4 5 6 7 | ## Not run:
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
cellIDs <- getExperimentContainerCellIds(login$coreApi, "BTCR1", "BITTERNESS EXPERIMENT CONTAINER")$entity
logOut(login$coreApi)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.