[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
125/135: gnu: Add r-zellkonverter.
From: |
guix-commits |
Subject: |
125/135: gnu: Add r-zellkonverter. |
Date: |
Wed, 3 Nov 2021 18:00:20 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4f9f2539f33722dea184100270262420e4029045
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Thu Oct 28 17:12:04 2021 +0200
gnu: Add r-zellkonverter.
* gnu/packages/bioconductor.scm (r-zellkonverter): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/bioconductor.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 75f6c87..936be14 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4682,6 +4682,38 @@ and specific in detecting differential transcription.")
libraries for systems that do not have these available via other means.")
(license license:artistic2.0)))
+(define-public r-zellkonverter
+ (package
+ (name "r-zellkonverter")
+ (version "1.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "zellkonverter" version))
+ (sha256
+ (base32 "1ihp2f23lpdfgf3qliy22vrq8czm353hyhqf74r5r712190k6pgg"))))
+ (properties `((upstream-name . "zellkonverter")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-basilisk" ,r-basilisk)
+ ("r-cli" ,r-cli)
+ ("r-delayedarray" ,r-delayedarray)
+ ("r-matrix" ,r-matrix)
+ ("r-reticulate" ,r-reticulate)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-singlecellexperiment" ,r-singlecellexperiment)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/theislab/zellkonverter")
+ (synopsis "Conversion between AnnData and single-cell experiments objects")
+ (description
+ "This package provides methods to convert between Python AnnData objects
+and SingleCellExperiment objects. These are primarily intended for use by
+downstream Bioconductor packages that wrap Python methods for single-cell data
+analysis. It also includes functions to read and write H5AD files used for
+saving AnnData objects to disk.")
+ (license license:expat)))
+
(define-public r-geneplotter
(package
(name "r-geneplotter")
- 132/135: gnu: r-enrichplot: Update to 1.12.3., (continued)
- 132/135: gnu: r-enrichplot: Update to 1.12.3., guix-commits, 2021/11/03
- 135/135: gnu: r-s4vectors: Update to 0.30.2., guix-commits, 2021/11/03
- 123/135: gnu: r-robustbase: Update to 0.93-9., guix-commits, 2021/11/03
- 127/135: gnu: bedtools-2.18: Fix build with newer toolchain., guix-commits, 2021/11/03
- 128/135: gnu: r-annotationforge: Update to 1.34.1., guix-commits, 2021/11/03
- 130/135: gnu: r-genefilter: Update to 1.74.1., guix-commits, 2021/11/03
- 131/135: gnu: r-dose: Update to 3.18.3., guix-commits, 2021/11/03
- 114/135: gnu: r-desc: Update to 1.4.0., guix-commits, 2021/11/03
- 115/135: gnu: r-readr: Update to 2.0.2., guix-commits, 2021/11/03
- 121/135: gnu: r-hmisc: Update to 4.6-0., guix-commits, 2021/11/03
- 125/135: gnu: Add r-zellkonverter.,
guix-commits <=