Name Mode Size
..
StatModel.Rd 100644 2 kb
data.Rd 100644 2 kb
hypothesisTest.Rd 100644 6 kb
makeContrast.Rd 100644 2 kb
msqrob.Rd 100644 4 kb
msqrobAggregate.Rd 100644 5 kb
msqrobGlm.Rd 100644 2 kb
msqrobHurdle.Rd 100644 5 kb
msqrobLm.Rd 100644 2 kb
msqrobLmer.Rd 100644 5 kb
msqrobQB.Rd 100644 3 kb
smallestUniqueGroups.Rd 100644 1 kb
statModelAccessors.Rd 100644 3 kb
statModelMethods.Rd 100644 2 kb
topTable.Rd 100644 2 kb
README.md
<!-- badges: start --> [![R-CMD-check-bioc](https://github.com/statOmics/msqrob2/actions/workflows/check-bioc.yml/badge.svg)](https://github.com/statOmics/msqrob2/actions/workflows/check-bioc.yml) [![Codecov test coverage](https://codecov.io/gh/statOmics/msqrob2/branch/master/graph/badge.svg)](https://app.codecov.io/gh/statOmics/msqrob2?branch=master) <!-- badges: end --> # R package: msqrob2 ## Implementation of the MSqRob analysis of differentially expressed proteins using the Features infrastructure The `msqrob2` package ports and modernises the method presented in [`MSqRob`](https://github.com/statOmics/MSqRob) and [`MSqRobSum`](https://github.com/statOmics/MSqRobSum) to use the [`QFeatures`](https://rformassspectrometry.github.io/QFeatures/articles/QFeatures.html) class infrastructure. ## Installation To install the current version of *msqrob2*, run. ``` if(!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") } BiocManager::install("statOmics/msqrob2") ``` The dependencies of the package are listed in the DESCRIPTION file of the package. ## Issues and bug reports Please use https://github.com/statOmics/msqrob2/issues to submit issues, bug reports, and comments. ## Usage See vignettes on [msqrob2Examples](https://statomics.github.io/msqrob2Examples)