generate_96 {PKbioanalysis}R Documentation

Generate 96 Plate Generate a typical 96 well plate. User need to specify the empty rows which a going to be used across the experiment.

Description

Generate 96 Plate Generate a typical 96 well plate. User need to specify the empty rows which a going to be used across the experiment.

Usage

generate_96(descr = "", empty_rows = NULL, extra_fill = 0)

Arguments

descr

plate description.

empty_rows

vector of letters corresponding to empty rows in a 96 well plate.

extra_fill

additional spots to be ignored from the first empty row.

Value

PlateObj

Examples

plate <- generate_96()
plot(plate)

plate <- generate_96("calibration", empty_rows = c("C", "D", "E"), extra_fill = 11)
plot(plate)


[Package PKbioanalysis version 0.2.0 Index]