find_wells_in_column: List of all wells in a specific column of a given plate type

View source: R/plate_format_functions.R

find_wells_in_columnR Documentation

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

Description

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

Usage

find_wells_in_column(columns, plate_type = 96)

Arguments

columns

number or list of numbers, representing column(s) such as 1 or 12. character strings also accepted.

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 column(s) of a specified plate

Examples

 find_wells_in_column("1")
 find_wells_in_column("12")
 find_wells_in_column(1)
 find_wells_in_column(c(1,3), plate_type = 6)

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