parse_victorx3 | R Documentation |
Extract relevant data from a raw data export file generated from the software of Perkin Elmer's "Victor X3" plate readers.
parse_victorx3(input)
input |
A dataframe created by reading a table file with |
a list of length two containing growth and/or fluorescence dataframes in the first and second element, respectively. The first column in these dataframes represents a time vector.
if(interactive()){
input <- read_file(filename = system.file("victorx3_output.txt", package = "QurvE") )
parsed <- parse_victorx3(input)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.