A function that takes tuples or rows consisting of several samples and perform a putative resampling to yield another data frame with a separate attribute for each sample.
resample_dat_scale_alt_bf_na(df, tnp, cycles)
A new data frame where separated samples are assigned a separate attribute or column.
A clean data frame with attributes or tuples containing a mixture of samples.
A numeric value indicating the number of rows used. TNP is used as an acronym for Test, Negative, Positive.
A numeric value indicating the number of cycles selected by the user when running the FLUOstar instrument.
Tingwei Adeck
resample_dat_alt()
, resample_dat_scale_alt()
fpath <- system.file("extdata", "dat_4.dat", package = "normfluodbf", mustWork = TRUE)
dat_df <- read.table(file=fpath)
nocomma_dat <- clean_odddat_optimus(dat_df)
resampled_scaled <- resample_dat_scale_alt_bf_na(nocomma_dat, tnp=3, cycles=40)
Run the code above in your browser using DataLab