Package: squallms Type: Package Title: Speedy quality assurance via lasso labeling for LC-MS data Version: 1.7.0 Authors@R: c( person(given = "William", family = "Kumler", email = "wkumler@uw.edu", role = c("aut", "cre", "cph"), comment=c(ORCID="0000-0002-5022-8009")) ) Description: squallms is a Bioconductor R package that implements a "semi-labeled" approach to untargeted mass spectrometry data. It pulls in raw data from mass-spec files to calculate several metrics that are then used to label MS features in bulk as high or low quality. These metrics of peak quality are then passed to a simple logistic model that produces a fully-labeled dataset suitable for downstream analysis. License: MIT + file LICENSE URL: https://github.com/wkumler/squallms BugReports: https://github.com/wkumler/squallms/issues Encoding: UTF-8 RoxygenNote: 7.3.1 biocViews: MassSpectrometry, Metabolomics, Proteomics, Lipidomics, ShinyApps, Classification, Clustering, FeatureExtraction, PrincipalComponent, Regression, Preprocessing, QualityControl, Visualization Depends: R (>= 4.1.0) Imports: xcms, MSnbase, MsExperiment, RaMS, dplyr, tidyr, tibble, ggplot2, shiny, plotly, data.table, caret, stats, graphics, utils, keys Suggests: knitr, rmarkdown, BiocStyle, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libuv1-dev libxml2-dev libnetcdf-dev libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:03:18 UTC RemoteUrl: https://github.com/bioc/squallms RemoteRef: HEAD RemoteSha: 454253cb0112ddd0576a789bfd024230084fd8b2 NeedsCompilation: no Packaged: 2026-06-08 11:00:38 UTC; root Author: William Kumler [aut, cre, cph] (ORCID: ) Maintainer: William Kumler