From 443110cd86f2cee8ca97894ea6bbdb519056a371 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 16 Dec 2021 22:37:49 +0100 Subject: gnu: Add r-celldex. * gnu/packages/bioconductor.scm (r-celldex): New variable. --- gnu/packages/bioconductor.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index bf1bae1254..c27a344311 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1146,6 +1146,35 @@ from Illumina 450k methylation arrays.") biscuiteer.") (license license:gpl3))) +(define-public r-celldex + (package + (name "r-celldex") + (version "1.4.0") + (source + (origin + (method url-fetch) + (uri (bioconductor-uri "celldex" version 'experiment)) + (sha256 + (base32 "04w60fx3s3wlirmr65nsz6d7ig48j9fzimdr8kbdqv1g80ivdcq1")))) + (properties `((upstream-name . "celldex"))) + (build-system r-build-system) + (propagated-inputs + (list r-annotationdbi + r-annotationhub + r-delayedarray + r-delayedmatrixstats + r-experimenthub + r-s4vectors + r-summarizedexperiment)) + (native-inputs (list r-knitr)) + (home-page "https://github.com/LTLA/celldex") + (synopsis "Reference index for cell types") + (description + "This package provides a collection of reference expression datasets with +curated cell type labels, for use in procedures like automated annotation of +single-cell data or deconvolution of bulk RNA-seq.") + (license license:gpl3))) + (define-public r-chromstardata (package (name "r-chromstardata") -- cgit v1.2.3 9bbe4fcdc2e3085f8df9f4'/>
path: root/configure.ac
AgeCommit message (Expand)Author
2020-08-29build: Remove references to the 'nix-hash' program....Ludovic Courtès
2020-08-29build: Remove check for Guile 2.2.1 bug....Ludovic Courtès
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe
2020-06-16etc: Add committer script....Ricardo Wurmus
2020-05-28maint: Check whether Guile-Gcrypt is recent enough....Ludovic Courtès
2020-05-14etc: indent-code.el: Use the --quick option....Maxim Cournoyer
2020-04-23build: Don't build man pages when cross-compiling....Ludovic Courtès
2020-03-11build: Require Guile 2.2.3 or later....Ludovic Courtès