addToWorktable | R Documentation |
adds the labware to a worktable file to keep track of used labware
addToWorktable(
RackLabel = "",
grid = 0,
site = 0,
RackType = "",
Volume = 0,
LiquidClass = ""
)
RackLabel |
Max. 32 characters User-defined label (name) which is assigned to the labware. |
grid |
integer 1 - 67 labware location - carrier grid position |
site |
integer 0 - 127 labware location - (site on carrier - 1) |
RackType |
Max. 32 characters, Labware type (configuration name), e.g. “384 Well, landscape”. Only used for basic worklists. |
Volume |
needed in Rack: this will be filled up by the functions |
LiquidClass |
class in the Rack. |
a string with warnings generated by the function
Other general methods:
addToWorklist()
,
init()
,
write.gwl()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.