Parses Library Reference Control .XML files and returns
Source:R/QC_LibraryParse.R
QC_LibraryParse.Rd
Parses Library Reference Control .XML files and returns
Usage
QC_LibraryParse(
x,
returntype,
references = TRUE,
myfactor = "Fluorophore",
namefactor = "Sample"
)
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)