distribute: Reagent Distribution Command

View source: R/gwlFunctions.R

distributeR Documentation

Reagent Distribution Command

Description

The Reagent Distribution record specifies the aspiration and dispensing parameters for all of the tips you have chosen (and dispenses the same volume in all of the chosen wells in the destination labware).

Usage

distribute(
  SrcRackLabel = "",
  SrcRackID = "",
  SrcRackType = "",
  SrcPosStart = "",
  SrcPosEnd = "",
  DestRackLabel = "",
  DestRackID = "",
  DestRackType = "",
  DestPosStart = "",
  DestPosEnd = "",
  Volume = gwl$defaults$Volume,
  LiquidClass = gwl$defaults$LiquidClass,
  NoOfDitiReuses = 1,
  NoOfMultiDisp = 1,
  Direction = 0,
  ExcludeDestWell = NA
)

Arguments

SrcRackLabel

Max. 32 characters User-defined label (name) which is assigned to the source labware.

SrcRackID

Max. 32 characters Source labware barcode.

SrcRackType

Max. 32 characters Source labware type (configuration name), e.g. “384 Well, landscape”.

SrcPosStart

1 .. number of wells First well to be used in the source labware.

SrcPosEnd

1 .. number of wells Last well to be used in the source labware.

DestRackLabel

Max. 32 characters User-defined label (name) which is assigned to the destination labware.

DestRackID

Max. 32 characters Destination labware barcode.

DestRackType

Max. 32 characters Destination labware type (configuration name), e.g. “384 Well, landscape”.

DestPosStart

1 .. number of wells First well to be used in the destination labware.

DestPosEnd

1 .. number of wells Last well to be used in the destination labware.

Volume

0 .. +7158278 Dispense volume in the destination labware in µl.

LiquidClass

Max. 32 characters This optional parameter overwrites the liquid class specified in the Worklist command. #' @param NoOfDitiReuses Optional maximum number of DiTi reuses allowed (default 1 = no DiTi reuse).

NoOfMultiDisp

Optional maximum number of dispenses in a multi-dispense sequence (default 1 = no multi-dispense).

Direction

Optional pipetting direction (0 = left to right, 1 = right to left; default = 0).

ExcludeDestWell

Optional vector of wells in destination labware to be excluded from pipetting (e.g. c(23,44,36))

See Also

Other basic worklist commands: aspirate(), dispense(), gwl_break(), gwl_comment(), gwl_flush(), wash()


dcangst/rrobot documentation built on April 10, 2024, 1:59 a.m.