Package: metaboprep Title: Metabolomics data preparation and processing pipeline Version: 1.0.1 Authors@R: c(person("Laura", "Corbin", email = "laura.corbin@bristol.ac.uk", role = c("aut")), person("David", "Hughes", email = "hughes.evoanth@gmail.com", role = c("aut", "cre")), person("Nicholas", "Sunderland", email = "nicholas.sunderland@bristol.ac.uk", role = c("aut")), person("Matthew", "Lee", email = "matthew.lee@bristol.ac.uk", role = c("aut")), person("Alec", "McKinlay", email = "am17168@bristol.ac.uk", role = c("aut"))) Description: | Reads in raw Metabolon, Nightingale Health, Olink, and SomaLogic xls sheets, or flat text files and aids in data preparation of all metabolomics & proteomics data sets. Depends: R (>= 4.1.0) License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 Imports: boot, car, cli, ggplot2, ggpubr, nFactors, pcaMethods, psych, pwr, readxl, rmarkdown, S7, yaml, OlinkAnalyze, SomaDataIO, reshape2, openxlsx, stringr, shiny, shinycssloaders, bslib, DT, plotly Suggests: knitr, dendextend, kableExtra, remotes, testthat (>= 3.0.0) Remotes: hredestig/pcaMethods URL: https://mrcieu.github.io/metaboprep/ Collate: 'class_metaboprep.R' 'batch_normalise.R' 'continous_power_plot.R' 'cramer_v.R' 'export.R' 'feature_describe.R' 'feature_summary.R' 'generate_report.R' 'imbalanced_power_plot.R' 'missingness.R' 'multivariate_anova.R' 'outlier_detection.R' 'pc_and_outliers.R' 'quality_control.R' 'read_metabolon.R' 'read_nightingale.R' 'read_olink.R' 'read_somalogic.R' 'run_metaboprep1.R' 'sample_summary.R' 'shiny_app.R' 'summarise.R' 'summary_metaboprep.R' 'total_peak_area.R' 'tree_and_independent_features.R' 'utils.R' 'variable_by_factor.R' 'zzz.R' VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev xz-utils zlib1g-dev Repository: https://mrcieu.r-universe.dev Date/Publication: 2026-04-07 18:34:05 UTC RemoteUrl: https://github.com/MRCIEU/metaboprep RemoteRef: HEAD RemoteSha: 91d1084d5d0e631456fb175e7a1ccffca24b7768 NeedsCompilation: no Packaged: 2026-07-06 07:11:58 UTC; root Author: Laura Corbin [aut], David Hughes [aut, cre], Nicholas Sunderland [aut], Matthew Lee [aut], Alec McKinlay [aut] Maintainer: David Hughes