updateCellContents-deprecated: updateCellContents - Updates amount and concentrations of...

Description Arguments Details Value Author(s) See Also Examples

Description

updateCellContents - Updates amount and concentrations of existing cell.

Arguments

coreApi

coreApi object with valid jsessionid

containerType

container entity type

containerBarcode

container barcode

containerCellNum

container cell number

sampleLotBarcode

barcode of sample lot to add to cell

amount

amount to add (numeric)

amountUnit

units

concentration

(numeric)

concentrationUnit

concentration units

useVerbose

use verbose communications for debugging

Details

updateCellContents Updates amount and concentrations of existing cell.

Value

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

Author(s)

Craig Parman info@ngsanalytics.com

Scott Russell scott.russell@thermofisher.com

See Also

pfsrsdk-deprecated

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## Not run: 
api <- coreAPI("PATH TO JSON FILE")
login <- authBasic(api)
response <- updateCellContents(
  login$coreApi,
  "96 WELL PLATE",
  "96W78",
  "1",
  "SMSA7-1",
  "10.1",
  "mL",
  "0.5",
  "nM"
)
logOut(login$coreApi)

## End(Not run)

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