get_real | R Documentation |
Accepts an Excel file or a dataframe of real-time RT-QuIC data.
get_real(data, ordered = FALSE)
data |
Either an Excel file or a dataframe. |
ordered |
Logical, if true, will organize the columns by sample ID rather than by well. |
A list of dataframes containing the formatted real-time data.
file <- system.file(
"extdata/input_files",
file = "test.xlsx",
package = "quicR"
)
get_real(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.