View source: R/tidyMS_aggregation.R
old2new | R Documentation |
Convert old proflqua configurations (prolfqua 0.4) to new Analysis configurations prolfqua 0.5
old2new(config)
config |
an old (as stored in the example data) AnalysisConfiguration |
a new AnalysisConfiguration
dd <- prolfqua_data('data_ionstar')$filtered()
dd$config <- old2new(dd$config)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.