setCellContents: setCellContents - Puts a sample lot in a container Cell.

Description Usage Arguments Details Value Author(s) Examples

View source: R/setCellContents.R

Description

setCellContents - Puts a cell lot in a container cell.

Usage

1
2
3
setCellContents(coreApi, containerType, containerBarcode, containerCellId,
  sampleLotType, sampleLotBarcode, amount, amountUnit, concentration,
  concentrationUnit, ...)

Arguments

coreApi

coreApi object with valid jsessionid

containerType

container type

containerBarcode

barcode of a container that IS NOT assigned to an experiment.

containerCellId

container cell id. (In PFS 5.3.8 (semVer 2.7.1) if multi-wells are used, cell A1 has to be filled or filled first in order to setCellContents in other cells.)

sampleLotType

sample lot type

sampleLotBarcode

barcode of lot to add to cell

amount

amount to add (numeric)

amountUnit

units

concentration

(numeric)

concentrationUnit

concentration units

...

additional arguments passed to apiPOST

Details

setCellContents Puts a sample lot in a container cell.

Value

List of length 2, containing content and response objects:

Author(s)

Craig Parman info@ngsanalytics.com

Natasha Mora natasha.mora@thermofisher.com

Scott Russell scott.russell@thermofisher.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
cell <- setCellContents(login$coreAPI, containerType, containerBarcode, containerCellId,
  sampleLotType, sampleLotBarcode, amount, amountUnit, concentration,
  concentrationUnit,
  useVerbose = FALSE
)
logOut(login$coreApi)

## End(Not run)

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