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.
generate_96(descr = "", empty_rows = NULL, extra_fill = 0)
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. |
PlateObj
plate <- generate_96()
plot(plate)
plate <- generate_96("calibration", empty_rows = c("C", "D", "E"), extra_fill = 11)
plot(plate)