View source: R/calculate_threshold.R
calculate_threshold | R Documentation |
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
)
data |
A dataframe output from get_real. |
background_cycle |
Integer; the cycle used for background fluorescence. |
method |
Method for determining threshold; default is "stdev". |
multiplier |
For some methods, will add a multiplier for more conservative thresholds. |
A float value.
file <- system.file(
"extdata/input_files",
file = "test2.xlsx",
package = "quicR"
)
threshold <- get_real(file)[[1]] |>
calculate_threshold(multiplier = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.