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

Description Usage Arguments Details Value Author(s) Examples

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, useVerbose = 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

useVerbose

Use verbose communication for debugging (default: FALSE)

Details

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

Value

RETURN returns a list $entity contains well information, $response contains the entire http response

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)

ajwtech/pfsrsdk documentation built on June 14, 2019, 10:34 a.m.