find_wells_in_row: List of all wells in a specific row of a given plate type

View source: R/plate_format_functions.R

find_wells_in_rowR Documentation

List of all wells in a specific row of a given plate type

Description

List of all wells in a specific row of a given plate type

Usage

find_wells_in_row(rows, plate_type = 96)

Arguments

rows

character string, or list of character strings, representing row(s) such as "A" or "H"

plate_type

type of plate. numeric, i.e. 96 for 96-well plate.

Value

a list containing the names of all the wells in the specified row(s) of a specified plate

Examples

 find_wells_in_row("A")
 find_wells_in_row(c("A","D"), plate_type = 24)

ec363/fpcountr documentation built on Nov. 29, 2024, 12:03 p.m.