A function designed to check that fluorescence values do not exceed the upper limit (2^15 or 32768) OR fall below the lower limit (2^11 or 2048). Fluorescence values that exceed these thresholds are considered noisy and lead to incorrect interpretation of analysis results.
fluor_threshold_check_raw(clean_df, fun = NA)
A polite warning message to the data analyst or researcher.
A cleaned data frame.
A parameter used for Boolean expressions.
Tingwei Adeck
fluor_threshold_check()
, fluor_threshold_check_na()
fpath <- system.file("extdata", "dat_1.dat", package = "normfluodbf", mustWork = TRUE)
dat_df <- read.table(file=fpath)
nocomma_dat <- clean_odddat_optimus(dat_df)
fluor_threshold_check_raw(nocomma_dat)
Run the code above in your browser using DataLab