Spreads isotope label heavy and light into two columns

spread_response_by_IsotopeLabel(resData, config)

Examples


bb <- prolfqua::sim_lfq_data_peptide_config()
#> creating sampleName from fileName column
#> Warning: no nr_children column specified in the data, adding column nr_children and setting to 1.
#> completing cases
configur <- bb$config$clone(deep=TRUE)
data <- bb$data

x<-spread_response_by_IsotopeLabel(data,configur)

bb <- prolfqua_data('data_skylineSRM_HL_A')
configur <- bb$config_f()
data <- bb$analysis(bb$data, configur)
#> creating sampleName from fileName column
#> Warning: no nr_children column specified in the data, adding column nr_children and setting to 1.
#> completing cases

bb <- prolfqua_data('data_skylineSRM_HL_A')
conf <- 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
x <- spread_response_by_IsotopeLabel(analysis, conf)