From 594d64569dcc680eaeecc9a73fbe294dfbb0c80b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 29 Nov 2024 19:42:05 +0100 Subject: [PATCH] gnu: Add r-prolocdata. * gnu/packages/bioconductor.scm (r-prolocdata): New variable. Change-Id: Iac4da738f793e2a746d1ef8a17251a3b27c2e599 --- gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index ebf0cadc9f..6c7006aa5c 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -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")