Create a plain 8-value, 16-row key for plates
Source:R/plate_functions.R
create_rowkey_8_in_16_plain.Rd
Create a 16-row key with 8 values repeated over 16 plate rows. No other information is included by default, hence "plain".
See also
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_4_in_16()
,
display_plate_qpcr()
,
display_plate_value()
,
display_plate()
,
label_plate_rowcol()
,
make_row_names_echo1536()
,
make_row_names_lc1536()
Examples
create_rowkey_8_in_16_plain(sample_id=c("me","you","them","him",
"her","dog","cat","monkey"))
#> # A tibble: 16 × 2
#> well_row sample_id
#> <fct> <chr>
#> 1 A me
#> 2 B you
#> 3 C them
#> 4 D him
#> 5 E her
#> 6 F dog
#> 7 G cat
#> 8 H monkey
#> 9 I me
#> 10 J you
#> 11 K them
#> 12 L him
#> 13 M her
#> 14 N dog
#> 15 O cat
#> 16 P monkey