me
/
guix
Archived
1
0
Fork 0

gnu: Add r-spectra.

* gnu/packages/bioconductor.scm (r-spectra): New variable.
Ricardo Wurmus 2023-07-19 15:26:13 +02:00
parent 3fa6c2b1cb
commit 16a05db0ac
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 31 additions and 0 deletions

View File

@ -9714,6 +9714,37 @@ into features. These features can be processed with any number of statistical
tools either included in speaq or available elsewhere on CRAN.") tools either included in speaq or available elsewhere on CRAN.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public r-spectra
(package
(name "r-spectra")
(version "1.10.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Spectra" version))
(sha256
(base32
"0vq5ha5m1vny7nrhgfmmkjd30zv0xaignp1a1m0xj08lnhkkmd69"))))
(properties `((upstream-name . "Spectra")))
(build-system r-build-system)
(propagated-inputs (list r-biocgenerics
r-biocparallel
r-fs
r-iranges
r-mscoreutils
r-protgenerics
r-s4vectors))
(native-inputs (list r-knitr))
(home-page "https://github.com/RforMassSpectrometry/Spectra")
(synopsis "Spectra infrastructure for mass spectrometry data")
(description
"The Spectra package defines an efficient infrastructure for storing and
handling mass spectrometry spectra and functionality to subset, process,
visualize and compare spectra data. It provides different
implementations (backends) to store mass spectrometry data. These comprise
backends tuned for fast data access and processing and backends for very large
data sets ensuring a small memory footprint.")
(license license:artistic2.0)))
(define-public r-stager (define-public r-stager
(package (package
(name "r-stager") (name "r-stager")