View source: R/plate_functions.R
| create_rowkey_4_in_16 | R Documentation |
Create a 16-row key with 4 values repeated over 16 plate rows. Each of the 4 values is repeated over 3x +RT Techreps and 1x -RT.
create_rowkey_4_in_16(...)
... |
Vectors of length 4 describing well contents, e.g. sample_id or target_id |
This helps to create plate layouts with standard designs.
tibble (data frame) with 16 rows, and variables well_row, prep_type, tech_rep, and supplied values.
Other plate creation functions:
create_blank_plate(),
create_colkey_4diln_2ctrl_in_24(),
create_colkey_6_in_24(),
create_colkey_6diln_2ctrl_in_24(),
create_rowkey_8_in_16_plain(),
display_plate(),
display_plate_qpcr(),
display_plate_value(),
label_plate_rowcol(),
make_row_names_echo1536(),
make_row_names_lc1536()
create_rowkey_4_in_16(sample_id=c("sheep","goat","cow","chicken"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.