insertSamples: Insert sample on a given position

View source: R/queue.R

insertSamplesR 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 data.frame

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., howoften = 1 howmany = 1.

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")
    

protViz documentation built on Feb. 16, 2023, 9:45 p.m.