Description Usage Arguments Details Value Author(s) Examples
View source: R/getExperimentWellContents.R
getExperimentWellContents - Gets content information of a single container well in an experiment.
| 1 2 3 4 | getExperimentWellContents(coreApi, experimentContainerBarcode,
  experimentContainerWellNum,
  experimentContainerType = "EXPERIMENT_CONTAINER",
  fullMetadata = FALSE, ...)
 | 
| coreApi | coreApi object with valid jsessionid | 
| experimentContainerBarcode | experiment container barcode | 
| experimentContainerWellNum | number location of experiment container's well | 
| experimentContainerType | entity type of experiment container (default: "EXPERIMENT_CONTAINER") | 
| fullMetadata | get full metadata, default is FALSE | 
| ... | additional arguments passed to  | 
getExperimentWellContents Gets content information of a single container well in an experiment.
List of length 2, containing entity and response objects:
entity is the HTTP response content of well information.
response is the entire HTTP response.
Scott Russell scott.russell@thermofisher.com
Natasha Mora natasha.mora@thermofisher.com
| 1 2 3 4 5 6 7 | ## Not run: 
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
well <- getExperimentWellContents(login$coreApi, "BTCR1", "1", "BITTERNESS_EXPERIEMENT_CONTAINER")
logOut(login$coreApi)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.