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

Description Usage Arguments Details Value Author(s) Examples

Description

updateCellContents - Updates amount and concentrations of cell content Uses JSON API.

Usage

1
2
3
updateCellContents(coreApi, containerType, containerBarcode, containerCellNum,
  sampleLotBarcode, amount, amountUnit, concentration, concentrationUnit,
  useVerbose = FALSE)

Arguments

coreApi

coreApi object with valid jsessionid

containerType

container entity type

containerBarcode

container barcode

containerCellNum

container cell number

sampleLotBarcode

barcode of 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 cell content

Value

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

Author(s)

Craig Parman ngsAnalytics, ngsanalytics.com

Examples

1
2
3
4
5
6
7
## Not run: 
api<-CoreAPIV2("PATH TO JSON FILE")
login<- CoreAPIV2::authBasic(api)
cell<-
CoreAPIV2::logOut(login$coreApi )

## End(Not run)

ceparman/Core5.3 documentation built on May 7, 2019, 8:16 a.m.