[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
268/323: gnu: Add r-msmseda.
From: |
guix-commits |
Subject: |
268/323: gnu: Add r-msmseda. |
Date: |
Wed, 9 Dec 2020 06:47:45 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e520c68fa9a9fcc5cf018cec15b05ee9ece5eb0a
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Dec 4 02:07:45 2020 +0100
gnu: Add r-msmseda.
* gnu/packages/bioconductor.scm (r-msmseq): New variable.
---
gnu/packages/bioconductor.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 867dc70..cfb59fc 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8990,3 +8990,29 @@ as well as local access. Developers can register a file
extension, e.g.,
`export()` methods based on classes representing file types, e.g.,
`LoomFile()`.")
(license license:artistic2.0)))
+
+(define-public r-msmseda
+ (package
+ (name "r-msmseda")
+ (version "1.28.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "msmsEDA" version))
+ (sha256
+ (base32
+ "1llmy8msxmrqik3s3439wffma1662vwvvcaz8q0a4g5ridkmdbrx"))))
+ (properties `((upstream-name . "msmsEDA")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-gplots" ,r-gplots)
+ ("r-mass" ,r-mass)
+ ("r-msnbase" ,r-msnbase)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)))
+ (home-page
+ "https://bioconductor.org/packages/msmsEDA")
+ (synopsis "Exploratory data analysis of LC-MS/MS data by spectral counts")
+ (description
+ "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)))
- 257/323: gnu: r-copywriter: Update to 2.22.0., (continued)
- 257/323: gnu: r-copywriter: Update to 2.22.0., guix-commits, 2020/12/09
- 244/323: gnu: r-bsgenome: Update to 1.58.0., guix-commits, 2020/12/09
- 246/323: gnu: r-seqpattern: Update to 1.22.0., guix-commits, 2020/12/09
- 254/323: gnu: r-tximport: Update to 1.18.0., guix-commits, 2020/12/09
- 256/323: gnu: r-chipseq: Update to 1.40.0., guix-commits, 2020/12/09
- 255/323: gnu: r-annotationfilter: Update to 1.14.0., guix-commits, 2020/12/09
- 248/323: gnu: r-seqlogo: Update to 1.56.0., guix-commits, 2020/12/09
- 250/323: gnu: r-rhtslib: Update to 1.22.0., guix-commits, 2020/12/09
- 253/323: gnu: r-mutationalpatterns: Update to 3.0.1., guix-commits, 2020/12/09
- 278/323: gnu: r-genomicfiles: Update to 1.26.0., guix-commits, 2020/12/09
- 268/323: gnu: Add r-msmseda.,
guix-commits <=
- 298/323: gnu: r-yapsa: Update to 1.16.0., guix-commits, 2020/12/09
- 266/323: gnu: r-mzid: Update to 1.28.0., guix-commits, 2020/12/09
- 270/323: gnu: r-msnid: Update to 1.24.0., guix-commits, 2020/12/09
- 258/323: gnu: r-methylkit: Update to 1.16.0., guix-commits, 2020/12/09
- 259/323: gnu: r-sva: Update to 3.38.0., guix-commits, 2020/12/09
- 288/323: gnu: r-gviz: Update to 1.34.0., guix-commits, 2020/12/09
- 284/323: gnu: r-ggbio: Update to 1.38.0., guix-commits, 2020/12/09
- 272/323: gnu: r-edaseq: Update to 2.24.0., guix-commits, 2020/12/09
- 296/323: gnu: r-genomicinteractions: Update to 1.24.0., guix-commits, 2020/12/09
- 292/323: gnu: Add r-bluster., guix-commits, 2020/12/09