create_colkey_6_in_24: Create a 6-value, 24-column key for plates

View source: R/plate_functions.R

create_colkey_6_in_24R Documentation

Create a 6-value, 24-column key for plates

Description

Create a 24-column key with 6 values repeated over 24 plate columns. Each of the 6 values is repeated over 3x +RT Techreps and 1x -RT.

Usage

create_colkey_6_in_24(...)

Arguments

...

Vectors of length 6 describing well contents, e.g. sample_id or target_id

Details

This helps to create plate layouts with standard designs.

Value

tibble (data frame) with 24 rows, and columns well_col, prep_type, tech_rep, and supplied values.

See Also

Other plate creation functions: create_blank_plate(), create_colkey_4diln_2ctrl_in_24(), create_colkey_6diln_2ctrl_in_24(), create_rowkey_4_in_16(), 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()

Examples

create_colkey_6_in_24(sample_id=LETTERS[1:6])

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