[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: r-singlecellexperiment: Move to (gnu packages bioconductor).
From: |
guix-commits |
Subject: |
07/13: gnu: r-singlecellexperiment: Move to (gnu packages bioconductor). |
Date: |
Mon, 14 Sep 2020 15:39:51 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 916a3e59ab1df1d530f7558b8d653d01a846ee1b
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Mon Sep 14 18:07:42 2020 +0200
gnu: r-singlecellexperiment: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-singlecellexperiment): Move from
here...
* gnu/packages/bioconductor.scm (r-singlecellexperiment): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/bioconductor.scm | 29 +++++++++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 29 -----------------------------
2 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 3fec500..fbdb7ee 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8347,6 +8347,35 @@ routines.")
objects from the @code{graph} package.")
(license license:epl1.0)))
+(define-public r-singlecellexperiment
+ (package
+ (name "r-singlecellexperiment")
+ (version "1.10.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "SingleCellExperiment" version))
+ (sha256
+ (base32
+ "092wvk11n7pa234vlwhxm3gdi4k3sbnz1splhxalbdhz3jf02zfp"))))
+ (properties
+ `((upstream-name . "SingleCellExperiment")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biocgenerics" ,r-biocgenerics)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://bioconductor.org/packages/SingleCellExperiment")
+ (synopsis "S4 classes for single cell data")
+ (description "This package defines an S4 class for storing data from
+single-cell experiments. This includes specialized methods to store and
+retrieve spike-in information, dimensionality reduction coordinates and size
+factors for each cell, along with the usual metadata for genes and
+libraries.")
+ (license license:gpl3)))
+
(define-public r-scater
(package
(name "r-scater")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8dea6df..ef6d6fc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10791,35 +10791,6 @@ variety of commonly used matrix types, including
sparse and HDF5-backed
matrices.")
(license license:gpl3)))
-(define-public r-singlecellexperiment
- (package
- (name "r-singlecellexperiment")
- (version "1.10.1")
- (source
- (origin
- (method url-fetch)
- (uri (bioconductor-uri "SingleCellExperiment" version))
- (sha256
- (base32
- "092wvk11n7pa234vlwhxm3gdi4k3sbnz1splhxalbdhz3jf02zfp"))))
- (properties
- `((upstream-name . "SingleCellExperiment")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-biocgenerics" ,r-biocgenerics)
- ("r-s4vectors" ,r-s4vectors)
- ("r-summarizedexperiment" ,r-summarizedexperiment)))
- (native-inputs
- `(("r-knitr" ,r-knitr)))
- (home-page "https://bioconductor.org/packages/SingleCellExperiment")
- (synopsis "S4 classes for single cell data")
- (description "This package defines an S4 class for storing data from
-single-cell experiments. This includes specialized methods to store and
-retrieve spike-in information, dimensionality reduction coordinates and size
-factors for each cell, along with the usual metadata for genes and
-libraries.")
- (license license:gpl3)))
-
(define-public r-dropbead
(let ((commit "d746c6f3b32110428ea56d6a0001ce52a251c247")
(revision "2"))
- branch master updated (62881be -> 3159fcf), guix-commits, 2020/09/14
- 01/13: gnu: r-fourcseq: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 02/13: gnu: r-preprocesscore: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 03/13: gnu: r-rgraphviz: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 04/13: gnu: r-delayedmatrixstats: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 05/13: gnu: r-scran: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 06/13: gnu: r-scater: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 09/13: gnu: r-rhdf5lib: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 07/13: gnu: r-singlecellexperiment: Move to (gnu packages bioconductor).,
guix-commits <=
- 08/13: gnu: r-beachmat: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 11/13: gnu: r-hitc: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 12/13: gnu: r-fithic: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 10/13: gnu: r-hdf5array: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 13/13: gnu: r-wgcna: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14