Skip to contents

Parses Library Reference Control .XML files and returns

Usage

QC_LibraryParse(x, returntype, references = TRUE)

Arguments

x

An .XML file

returntype

What to return "dataframe" or "plots"

references

Whether to add reference fluorophore signature in red

Value

TBD

Examples

Folder_Location <- system.file("extdata", package = "Luciernaga")
XML_Pattern <- ".XML$"
XML_Files <- list.files(path = Folder_Location, pattern = XML_Pattern,
                        full.names = TRUE, recursive = FALSE)
SinglePlot <- QC_LibraryParse(XML_Files[2], returntype="plots", references=FALSE)