insertSamples | R Documentation |
Insert sample on a given position
insertSamples(
S,
stdName = "autoQC01",
stdPosX = "8",
stdPosY = "F",
plate = 1,
volume = 2,
method = "",
...
)
S |
input |
stdName |
name of the sample |
stdPosX |
x location on the plate |
stdPosY |
y location on the plate |
plate |
number of the plate |
volume |
injection volume |
method |
a path to the method file (optional) |
... |
addition parameter, e.g., |
data.frame
iris[c(1:15,51:65,101:115), ] |>
assignPlatePosition() |>
insertSamples(howoften=4, begin=FALSE, end=FALSE,
stdPosX='6', stdPosY='F', plate=1, stdName = "clean")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.