gnu: Add r-msmseda.

* gnu/packages/bioconductor.scm (r-msmseq): New variable.
This commit is contained in:
zimoun 2020-12-04 02:07:45 +01:00 committed by Ricardo Wurmus
parent 2ed937e0aa
commit e520c68fa9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8990,3 +8990,29 @@ (define-public r-biocio
`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)))