R/tidyMS_aggregation.R
old2new.Rd
Convert old proflqua configurations (prolfqua 0.4) to new Analysis configurations prolfqua 0.5
old2new(config)
an old (as stored in the example data) AnalysisConfiguration
a new AnalysisConfiguration
dd <- prolfqua_data('data_ionstar')$filtered()
#> Column added : nr_peptide_Id_IN_protein_Id
dd$config <- old2new(dd$config)