setWellContents: setWellContents - Puts a sample lot in a container well.

Description Usage Arguments Details Value Author(s) Examples

Description

setWellContents - Puts a cell lot in a container well.

Usage

1
2
3
setWellContents(coreApi, containerType, containerBarcode, containerWellNum,
  sampleLotType, sampleLotBarcode, amount, amountUnit, concentration,
  concentrationUnit, useVerbose = FALSE)

Arguments

coreApi

coreApi object with valid jsessionid

containerType

container type

containerBarcode

container barcode

containerWellNum

container well number

sampleLotType

sample lot type

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

setWellContents Puts a sample lot in a container well.

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
8
9
## Not run: 
api<-CoreAPIV2::CoreAPI("PATH TO JSON FILE")
login<- CoreAPIV2::authBasic(api)
cell<- updateCellContents<-(coreApi, containerType,containerBarcode, containerCellNum,
                           sampleLotType,sampleLotBarcode, amount, amountUnit, concentration,
                           concentrationUnit,useVerbose = FALSE)
CoreAPIV2::logOut(login$coreApi )

## End(Not run)

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