powered by
Maxpoint ratio is defined as the maximum relative fluorescence divided by the background fluorescence.
calculate_MPR(data, start_col = 3, data_is_norm = TRUE)
A vector containing MPR values.
A dataframe containing the real-time fluorescence data.
Integer, the column at which the background fluorescence should be read.
Logical, if the data has not been normalized, will make a call to normalize_RFU.
# This test takes >5 sec # \donttest{ file <- system.file( "extdata/input_files", file = "test.xlsx", package = "quicR" ) df_ <- quicR::get_real(file)[[1]] print(calculate_MPR(df_)) # }
Run the code above in your browser using DataLab