insertSamples {protViz} | R Documentation |
Insert sample on a given position
Description
Insert sample on a given position
Usage
insertSamples(
S,
stdName = "autoQC01",
stdPosX = "8",
stdPosY = "F",
plate = 1,
volume = 2,
method = "",
...
)
Arguments
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., |
Value
data.frame
Examples
iris[c(1:15,51:65,101:115), ] |>
assignPlatePosition() |>
insertSamples(howoften=4, begin=FALSE, end=FALSE,
stdPosX='6', stdPosY='F', plate=1, stdName = "clean")
[Package protViz version 0.7.9 Index]