distribute | R Documentation |
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).
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
)
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)) |
Other basic worklist commands:
aspirate()
,
dispense()
,
gwl_break()
,
gwl_comment()
,
gwl_flush()
,
wash()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.