Package: msqrob2
Title: Robust statistical inference for quantitative LC-MS proteomics
Version: 1.20.0
Authors@R: c(
      person(given = "Lieven",
           family = "Clement",
           role = c("aut", "cre"),
           email = "lieven.clement@ugent.be",
           comment = c(ORCID = "0000-0002-9050-4370")),
      person(given = "Laurent",
             family = "Gatto",
             role = c("aut"),
             email = "laurent.gatto@uclouvain.be",
             comment = c(ORCID = "0000-0002-1520-2268")),
      person(family = "Crook",
             given = "Oliver M.",
       		   email = "oliver.crook@stats.ox.ac.uk",
       		   comment = c(ORCID = "0000-0001-5669-8506"),
       		   role = "aut"),
      person(given = "Adriaan",
             family = "Sticker",
             email = "adriaan.sticker@ugent.be",
             role = "ctb"),
      person(given = "Ludger",
             family = "Goeminne",
             email = " ludgergoeminne@gmail.com",
             role = "ctb"),
      person(given = "Milan",
             family = "Malfait",
             email = "milan.malfait94@gmail.com",
             comment = c(ORCID = "0000-0001-9144-3701"),
             role = "ctb"),
      person(given = "Stijn",
             family = "Vandenbulcke",
             email = "vandenbulcke.stijn@gmail.com",
             role = "aut")
      )
Description: msqrob2 provides a robust linear mixed model framework for
        assessing differential abundance in MS-based Quantitative
        proteomics experiments. Our workflows can start from raw
        peptide intensities or summarised protein expression values.
        The model parameter estimates can be stabilized by ridge
        regression, empirical Bayes variance estimation and robust
        M-estimation. msqrob2's hurde workflow can handle missing data
        without having to rely on hard-to-verify imputation
        assumptions, and, outcompetes state-of-the-art methods with and
        without imputation for both high and low missingness. It builds
        on QFeature infrastructure for quantitative mass spectrometry
        data to store the model results together with the raw data and
        preprocessed data.
Depends: R (>= 4.1), QFeatures (>= 1.1.2)
Imports: stats, methods, lme4, purrr, BiocParallel, Matrix, MASS,
        limma, SummarizedExperiment, MultiAssayExperiment, codetools,
        matrixStats, ggplot2, assertthat, dplyr, grDevices, utils,
        rlang
Suggests: stringr, ExploreModelMatrix, kableExtra, ComplexHeatmap,
        scater, multcomp, gridExtra, knitr, BiocStyle, RefManageR,
        sessioninfo, rmarkdown, testthat, tidyverse, tidyr, plotly,
        MsDataHub, MSnbase, MsCoreUtils, covr, arrow, data.table,
        ggcorrplot, iq
License: Artistic-2.0
Collate: 'msqrob-framework.R' 'allGenerics.R' 'calculateNormFactors.R'
        'accessors.R' 'msqrob.R' 'msqrob-utils.R' 'StatModel-methods.R'
        'hypothesisTest-methods.R' 'msqrob-methods.R'
        'msqrobAggregate.R' 'topFeatures.R' 'data.R' 'msqrobQB.R'
        'msqrobHurdle-methods.R' 'collect-plot-results.R'
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.3
biocViews: Proteomics, Metabolomics, MassSpectrometry,
        DifferentialExpression, MultipleComparison, Regression,
        ExperimentalDesign, Software, ImmunoOncology, Normalization,
        TimeCourse, Preprocessing
URL: https://github.com/statOmics/msqrob2
BugReports: https://github.com/statOmics/msqrob2/issues
Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libuv1-dev
        libxml2-dev libssl-dev zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2026-04-28 12:56:09 UTC
RemoteUrl: https://github.com/bioc/msqrob2
RemoteRef: RELEASE_3_23
RemoteSha: 3206088d43f7f5727728767a81cf923f3e5c00bd
NeedsCompilation: no
Packaged: 2026-05-05 09:14:40 UTC; root
Author: Lieven Clement [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9050-4370>),
  Laurent Gatto [aut] (ORCID: <https://orcid.org/0000-0002-1520-2268>),
  Oliver M. Crook [aut] (ORCID: <https://orcid.org/0000-0001-5669-8506>),
  Adriaan Sticker [ctb],
  Ludger Goeminne [ctb],
  Milan Malfait [ctb] (ORCID: <https://orcid.org/0000-0001-9144-3701>),
  Stijn Vandenbulcke [aut]
Maintainer: Lieven Clement <lieven.clement@ugent.be>
Built: R 4.6.0; ; 2026-05-05 09:17:15 UTC; windows
