pcr_plan | R Documentation |
Plan PCR experiment
pcr_plan(
data,
n_primers,
format = 384,
exclude_border = TRUE,
primer_names = NULL,
headless = TRUE,
has_names = TRUE
)
data |
a data.frame, with samples as the first column (if |
n_primers |
integer. Number of primers to be used in the experiment. |
format |
integer. 96 or 384 - the number of wells of the plate planned to be used |
exclude_border |
logical. Should the border be excluded to avoid edge effects? Default is TRUE. |
primer_names |
character vector. Names of primers. |
headless |
logical. If FALSE, return invisible and redirect to shiny application. |
has_names |
logical. Is the first column the names of the samples? |
a named list
dummy_rna_conc |>
pcr_plan(n_primers = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.