getExperimentWellContents: getExperimentWellContents - Gets content information of a...

Description Usage Arguments Details Value Author(s) Examples

View source: R/getExperimentWellContents.R

Description

getExperimentWellContents - Gets content information of a single container well in an experiment.

Usage

1
2
3
4
getExperimentWellContents(coreApi, experimentContainerBarcode,
  experimentContainerWellNum,
  experimentContainerType = "EXPERIMENT_CONTAINER",
  fullMetadata = FALSE, ...)

Arguments

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 apiGET

Details

getExperimentWellContents Gets content information of a single container well in an experiment.

Value

List of length 2, containing entity and response objects:

Author(s)

Scott Russell scott.russell@thermofisher.com

Natasha Mora natasha.mora@thermofisher.com

Examples

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)

AmundsenJunior/pfsrsdk documentation built on July 18, 2019, 8:10 p.m.