get_real: Get Real-Time RT-QuIC Fluorescence Data

View source: R/get_real.R

get_realR Documentation

Get Real-Time RT-QuIC Fluorescence Data

Description

Accepts an Excel file or a dataframe of real-time RT-QuIC data.

Usage

get_real(data, ordered = FALSE)

Arguments

data

Either an Excel file or a dataframe.

ordered

Logical, if true, will organize the columns by sample ID rather than by well.

Value

A list of dataframes containing the formatted real-time data.

Examples

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


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