Converts the Cytek Aurora (TM)'s QC report into a data frame.
Source:R/QC_FilePrep.R
QC_FilePrep_LJTracking.Rd
Converts the Cytek Aurora (TM)'s QC report into a data frame.
Arguments
- x
Takes a Levy-Jennings QC tracking report saved as a .csv file, and converts into a "tidyed" dataframe for plotting. Currently works on our 3L, 4L, 5L Auroras. Please reach out if you find an issue, the .csv export varies a bit and I want to continue to improve on the code to handle these odd exceptions.
- DailyQC
A single DailyQCReport .csv file, used to import baseline settings.
Examples
File_Location <- system.file("extdata", package = "Luciernaga")
CSV_Pattern <- ".CSV$"
CSV_Files <- list.files(path=File_Location, pattern=CSV_Pattern,
full.names=TRUE)
TidyData <- QC_FilePrep(x=CSV_Files, DailyQC=DailyQC)
#> Error in QC_FilePrep(x = CSV_Files, DailyQC = DailyQC): could not find function "QC_FilePrep"