diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-04-20 14:16:48 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:30:47 -0700 |
commit | 0e434dad70075f87b80b5899758d0b2c3289c6ff (patch) | |
tree | dcadfda3f8b74cbb7a190766fcef3db13962cd0b /gnu/packages | |
parent | 65b86c71ca305b3953cdbe4ad0cf805f86083870 (diff) | |
download | guix-0e434dad70075f87b80b5899758d0b2c3289c6ff.tar guix-0e434dad70075f87b80b5899758d0b2c3289c6ff.tar.gz |
gnu: r-msmstests: Fix typo.
* gnu/packages/bioconductor.scm (r-msmstests)[description]: Fix "This
package" typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 171736064c..89bf8f0964 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -10550,7 +10550,7 @@ experiments, and visualize de influence of the involved factors.") "https://bioconductor.org/packages/msmsTests") (synopsis "Differential LC-MS/MS expression tests") (description - "This packages provides statistical tests for label-free LC-MS/MS data + "This package provides statistical tests for label-free LC-MS/MS data by spectral counts, to discover differentially expressed proteins between two biological conditions. Three tests are available: Poisson GLM regression, quasi-likelihood GLM regression, and the negative binomial of the edgeR |