powered by
Calculates a threshold for determining time-to-threshold and rate of amyloid formation.
calculate_threshold( data, background_cycle = 2, method = list("stdev", "none"), multiplier = 1 )
A float value.
A dataframe output from get_real.
Integer; the cycle used for background fluorescence.
Method for determining threshold; default is "stdev".
For some methods, will add a multiplier for more conservative thresholds.
file <- system.file( "extdata/input_files", file = "test2.xlsx", package = "quicR" ) threshold <- get_real(file)[[1]] |> calculate_threshold(multiplier = 10)
Run the code above in your browser using DataLab