[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
269/323: gnu: Add r-msmstests.
From: |
guix-commits |
Subject: |
269/323: gnu: Add r-msmstests. |
Date: |
Wed, 9 Dec 2020 06:47:45 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 16f16b5e2149eff4fd785c3680ee007b059343b1
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Dec 4 02:08:41 2020 +0100
gnu: Add r-msmstests.
* gnu/packages/bioconductor.scm (r-msmstests): New variable.
---
gnu/packages/bioconductor.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index cfb59fc..3ad28e1 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9016,3 +9016,35 @@ as well as local access. Developers can register a file
extension, e.g.,
"Exploratory data analysis to assess the quality of a set of LC-MS/MS
experiments, and visualize de influence of the involved factors.")
(license license:gpl2)))
+
+(define-public r-msmstests
+ (package
+ (name "r-msmstests")
+ (version "1.28.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "msmsTests" version))
+ (sha256
+ (base32
+ "1zsnmzj1qvjdwz7mwg9wrsk5iskpqs0f6jccqn8mxy9dgkskmp0j"))))
+ (properties `((upstream-name . "msmsTests")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-edger" ,r-edger)
+ ("r-msmseda" ,r-msmseda)
+ ("r-msnbase" ,r-msnbase)
+ ("r-qvalue" ,r-qvalue)))
+ (home-page
+ "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
+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
+package.The three models admit blocking factors to control for nuissance
+variables.To assure a good level of reproducibility a post-test filter is
+available, where we may set the minimum effect size considered biologicaly
+relevant, and the minimum expression of the most abundant condition.")
+ (license license:gpl2)))
- 320/323: gnu: r-gqtlstats: Update to 1.21.3., (continued)
- 320/323: gnu: r-gqtlstats: Update to 1.21.3., guix-commits, 2020/12/09
- 212/323: gnu: r-ncdfflow: Fix r-rhdf5libs link., guix-commits, 2020/12/09
- 184/323: gnu: r-bioconcotk: Update to 1.10.0., guix-commits, 2020/12/09
- 215/323: gnu: r-deseq2: Update to 1.30.0., guix-commits, 2020/12/09
- 219/323: gnu: r-gseabase: Update to 1.52.0., guix-commits, 2020/12/09
- 232/323: gnu: r-biobase: Update to 2.50.0., guix-commits, 2020/12/09
- 236/323: gnu: r-biostrings: Update to 2.58.0., guix-commits, 2020/12/09
- 239/323: gnu: r-variantannotation: Update to 1.36.0., guix-commits, 2020/12/09
- 249/323: gnu: r-zlibbioc: Update to 1.36.0., guix-commits, 2020/12/09
- 247/323: gnu: r-genomation: Update to 1.22.0., guix-commits, 2020/12/09
- 269/323: gnu: Add r-msmstests.,
guix-commits <=
- 299/323: gnu: r-singlecellexperiment: Update to 1.12.0., guix-commits, 2020/12/09
- 300/323: gnu: Add r-rhdf5filters., guix-commits, 2020/12/09
- 275/323: gnu: r-fastseg: Update to 1.36.0., guix-commits, 2020/12/09
- 285/323: gnu: r-snpstats: Update to 1.40.0., guix-commits, 2020/12/09
- 267/323: gnu: r-pcamethods: Update to 1.82.0., guix-commits, 2020/12/09
- 283/323: gnu: r-biovizbase: Update to 1.38.0., guix-commits, 2020/12/09
- 276/323: gnu: r-keggrest: Update to 1.30.0., guix-commits, 2020/12/09
- 317/323: gnu: r-watermelon: Update to 1.34.0., guix-commits, 2020/12/09