render MQ Summary.
data.frame
AnalysisConfiguration
are these peptide or protein data
destination path
name of pdf file
working directory
either pdf or html
list with workunit_Id project_Id order_Id
Other vignetteHelpers:
INTERNAL_FUNCTIONS_BY_FAMILY
bb <- prolfqua_data('data_skylinePRMSample_A')
config <- bb$config_f()
analysis <- bb$analysis(bb$data, bb$config_f())
#> creating sampleName from fileName column
#> Warning: no nr_children column specified in the data, adding column nr_children and setting to 1.
#> completing cases
projectConfig <- list(workunit_Id = "xx", project_Id = "xy", order_Id = "z")
if(FALSE){
render_MQSummary_rmd(analysis,
config ,
projectConfig,
workdir= tempdir()) # tempdir(check = FALSE))
}