generate_96 | 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 = "", start_row = "A", start_col = 1)
descr |
plate description. |
start_row |
A letter corresponding to empty rows in a 96 well plate. Default is A. |
start_col |
A number indicating a column number to start with, given the start row. Default is 1. |
PlateObj
plate <- generate_96()
plot(plate)
plate <- generate_96("calibration", start_row = "C", start_col = 11)
plot(plate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.