Skip to contents

Converts Cytek Aurora Daily QC report into a data frame.

Usage

QC_FilePrep_DailyQC(x)

Arguments

x

Takes a Daily QC CSV file, and converts into a "tidyed" dataframe for plotting. Currently works on our 3L, 4L, 5L Auroras.

Value

A dataframe.

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_DailyQC(CSV_Files)
#> Error in strsplit(String, "_")[[1]]: subscript out of bounds