create_rowkey_8_in_16_plain: Create a plain 8-value, 16-row key for plates

View source: R/plate_functions.R

create_rowkey_8_in_16_plainR Documentation

Create a plain 8-value, 16-row key for plates

Description

Create a 16-row key with 8 values repeated over 16 plate rows. No other information is included by default, hence "plain".

Usage

create_rowkey_8_in_16_plain(...)

Arguments

...

Vectors of length 8 describing well contents, e.g. sample or probe.

Details

This helps to create plate layouts with standard designs.

Value

tibble (data frame) with 16 rows, and variables well_col, and supplied values.

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(), display_plate_qpcr(), display_plate_value(), 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"))

ewallace/tidyqpcr documentation built on June 5, 2024, 10:04 a.m.