powered by
Accepts an Excel file or a dataframe of real-time RT-QuIC data.
get_real(data, ordered = FALSE)
A list of dataframes containing the formatted real-time data.
Either an Excel file or a dataframe.
Logical, if true, will organize the columns by sample ID rather than by well.
file <- system.file( "extdata/input_files", file = "test.xlsx", package = "quicR" ) get_real(file)
Run the code above in your browser using DataLab