powered by
Insert sample on a given position
insertSamples( S, stdName = "autoQC01", stdPosX = "8", stdPosY = "F", plate = 1, volume = 2, method = "", ... )
data.frame
input data.frame
name of the sample
x location on the plate
y location on the plate
number of the plate
injection volume
a path to the method file (optional)
addition parameter, e.g., howoften = 1 howmany = 1.
howoften = 1
howmany = 1
iris[c(1:15,51:65,101:115), ] |> assignPlatePosition() |> insertSamples(howoften=4, begin=FALSE, end=FALSE, stdPosX='6', stdPosY='F', plate=1, stdName = "clean")
Run the code above in your browser using DataLab