[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/32: gnu: Add r-spatialexperiment.
From: |
guix-commits |
Subject: |
13/32: gnu: Add r-spatialexperiment. |
Date: |
Wed, 19 Jul 2023 09:55:42 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9d45783d777eda4874570f5cba29a9e4be9a0abf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 19 15:00:19 2023 +0200
gnu: Add r-spatialexperiment.
* gnu/packages/bioconductor.scm (r-spatialexperiment): New variable.
---
gnu/packages/bioconductor.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index c7f99d82b4..656bb1a9c0 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -19426,6 +19426,38 @@ operations on sparse matrices. Currently, the
optimizations are limited to
data in the column sparse format.")
(license license:expat)))
+(define-public r-spatialexperiment
+ (package
+ (name "r-spatialexperiment")
+ (version "1.10.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "SpatialExperiment" version))
+ (sha256
+ (base32
+ "18fcfyjvp9nzadlicsnz62wva8ik0z6jqg1b906avm2vk6rbxw70"))))
+ (properties `((upstream-name . "SpatialExperiment")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-biocfilecache
+ r-biocgenerics
+ r-dropletutils
+ r-magick
+ r-rjson
+ r-s4vectors
+ r-singlecellexperiment
+ r-summarizedexperiment))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/drighelli/SpatialExperiment")
+ (synopsis "S4 class for spatially resolved -omics data")
+ (description
+ "This package defines an S4 class for storing data from spatial -omics
+experiments. The class extends SingleCellExperiment to support storage and
+retrieval of additional information from spot-based and molecule-based
+platforms, including spatial coordinates, images, and image metadata. A
+specialized constructor function is included for data from the 10x Genomics
+Visium platform.")
+ (license license:gpl3)))
+
(define-public r-delayedmatrixstats
(package
(name "r-delayedmatrixstats")
- 03/32: gnu: Add r-operator-tools., (continued)
- 03/32: gnu: Add r-operator-tools., guix-commits, 2023/07/19
- 05/32: gnu: Add r-logistf., guix-commits, 2023/07/19
- 06/32: gnu: Add r-enhancedvolcano., guix-commits, 2023/07/19
- 08/32: gnu: Add r-genomicdatacommons., guix-commits, 2023/07/19
- 07/32: gnu: Add r-snprelate., guix-commits, 2023/07/19
- 09/32: gnu: Add r-dyndoc., guix-commits, 2023/07/19
- 14/32: gnu: Add r-raggedexperiment., guix-commits, 2023/07/19
- 20/32: gnu: Add r-nebulosa., guix-commits, 2023/07/19
- 24/32: gnu: Add r-ucell., guix-commits, 2023/07/19
- 11/32: gnu: Add r-plyranges., guix-commits, 2023/07/19
- 13/32: gnu: Add r-spatialexperiment.,
guix-commits <=
- 21/32: gnu: Add r-seqarray., guix-commits, 2023/07/19
- 23/32: gnu: Add r-tcgautils., guix-commits, 2023/07/19
- 28/32: import/utils: Add more initial words to beautify-description., guix-commits, 2023/07/19
- 29/32: gnu: Add r-rtcgatoolbox., guix-commits, 2023/07/19
- 10/32: gnu: Add r-tkwidgets., guix-commits, 2023/07/19
- 12/32: gnu: Add r-singscore., guix-commits, 2023/07/19
- 15/32: gnu: Add r-mfuzz., guix-commits, 2023/07/19
- 16/32: gnu: r-cellid: Move out of experiments section., guix-commits, 2023/07/19
- 18/32: gnu: Add r-survcomp., guix-commits, 2023/07/19
- 17/32: gnu: r-missmethyl: Move out of experiments section., guix-commits, 2023/07/19