1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: Add r-prolocdata.

* gnu/packages/bioconductor.scm (r-prolocdata): New variable.

Change-Id: Iac4da738f793e2a746d1ef8a17251a3b27c2e599
This commit is contained in:
Ricardo Wurmus 2024-11-29 19:42:05 +01:00
parent 6a216a8317
commit 594d64569d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3038,6 +3038,29 @@ GSM461181. It also contains the DNA sequence for fly chromosome 4 to which
the reads can be mapped.")
(license license:lgpl2.0+)))
(define-public r-prolocdata
(package
(name "r-prolocdata")
(version "1.44.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "pRolocdata" version
'experiment))
(sha256
(base32 "0dh5zgwr248gnlygja7ly66dyhh4b4xf72n9ycp0xa02xdl0mwi3"))))
(properties `((upstream-name . "pRolocdata")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-msnbase))
(native-inputs (list r-testthat))
(home-page "https://github.com/lgatto/pRolocdata")
(synopsis "Data accompanying the pRoloc package")
(description
"This package provides mass-spectrometry based spatial proteomics data
sets and protein complex separation data. It also contains the time course
expression experiment from Mulvey et al. (2015).")
(license license:gpl2)))
(define-public r-hsmmsinglecell
(package
(name "r-hsmmsinglecell")