get_wells: Get the Wells Used in the RT-QuIC Run.

View source: R/get_wells.R

get_wellsR Documentation

Get the Wells Used in the RT-QuIC Run.

Description

Returns the well IDs used in the plate.

Usage

get_wells(file)

Arguments

file

Excel file exported from MARS

Value

A vector containing well IDs.

Examples

file <- system.file(
  "extdata/input_files",
  file = "test.xlsx",
  package = "quicR"
)
get_wells(file)


quicR documentation built on April 3, 2025, 11:20 p.m.