[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/32: gnu: r-cellid: Move out of experiments section.
From: |
guix-commits |
Subject: |
16/32: gnu: r-cellid: Move out of experiments section. |
Date: |
Wed, 19 Jul 2023 09:55:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e74e9f62405e6ff20f2a23c2c6c64c7007c52b9e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 19 15:05:09 2023 +0200
gnu: r-cellid: Move out of experiments section.
* gnu/packages/bioconductor.scm (r-cellid): Move from experiments section to
packages section.
---
gnu/packages/bioconductor.scm | 90 +++++++++++++++++++++----------------------
1 file changed, 45 insertions(+), 45 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b60b98d7bb..b19daa2e3f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1436,51 +1436,6 @@ 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-cellid
- (package
- (name "r-cellid")
- (version "1.8.1")
- (source (origin
- (method url-fetch)
- (uri (bioconductor-uri "CelliD" version))
- (sha256
- (base32
- "0vigvqjrlqbi5kviaj8qvyq3v8afgbc5pjrz7zmx2ckf4hdp0g03"))))
- (properties `((upstream-name . "CelliD")))
- (build-system r-build-system)
- (propagated-inputs
- (list r-data-table
- r-biocparallel
- r-fastmatch
- r-fgsea
- r-ggplot2
- r-glue
- r-irlba
- r-matrix
- r-matrixstats
- r-pbapply
- r-rcpp
- r-rcpparmadillo
- r-reticulate
- r-rtsne
- r-seurat
- r-stringr
- r-tictoc
- r-singlecellexperiment
- r-summarizedexperiment
- r-umap))
- (native-inputs (list r-knitr r-scater))
- (home-page "https://bioconductor.org/packages/CelliD")
- (synopsis
- "Single cell gene signature extraction using multiple correspondence
analysis")
- (description
- "CelliD is a clustering-free method for extracting per-cell gene
-signatures from scRNA-seq. CelliD allows unbiased cell identity recognition
-across different donors, tissues-of-origin, model organisms and single-cell
-omics protocols. The package can also be used to explore functional pathways
-enrichment in single cell data.")
- (license license:gpl3)))
-
(define-public r-champdata
(package
(name "r-champdata")
@@ -4220,6 +4175,51 @@ scRNA-seq data. A flexible beta-binomial error model
that accounts for
stochastic dropout events as well as systematic allelic imbalance is used.")
(license license:gpl3)))
+(define-public r-cellid
+ (package
+ (name "r-cellid")
+ (version "1.8.1")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "CelliD" version))
+ (sha256
+ (base32
+ "0vigvqjrlqbi5kviaj8qvyq3v8afgbc5pjrz7zmx2ckf4hdp0g03"))))
+ (properties `((upstream-name . "CelliD")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-data-table
+ r-biocparallel
+ r-fastmatch
+ r-fgsea
+ r-ggplot2
+ r-glue
+ r-irlba
+ r-matrix
+ r-matrixstats
+ r-pbapply
+ r-rcpp
+ r-rcpparmadillo
+ r-reticulate
+ r-rtsne
+ r-seurat
+ r-stringr
+ r-tictoc
+ r-singlecellexperiment
+ r-summarizedexperiment
+ r-umap))
+ (native-inputs (list r-knitr r-scater))
+ (home-page "https://bioconductor.org/packages/CelliD")
+ (synopsis
+ "Single cell gene signature extraction using multiple correspondence
analysis")
+ (description
+ "CelliD is a clustering-free method for extracting per-cell gene
+signatures from scRNA-seq. CelliD allows unbiased cell identity recognition
+across different donors, tissues-of-origin, model organisms and single-cell
+omics protocols. The package can also be used to explore functional pathways
+enrichment in single cell data.")
+ (license license:gpl3)))
+
(define-public r-coverageview
(package
(name "r-coverageview")
- 24/32: gnu: Add r-ucell., (continued)
- 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, 2023/07/19
- 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 <=
- 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
- 19/32: gnu: Add r-ggtreeextra., guix-commits, 2023/07/19
- 22/32: gnu: Add r-globalancova., guix-commits, 2023/07/19
- 25/32: gnu: Add r-beaddatapackr., guix-commits, 2023/07/19
- 30/32: gnu: Add r-spectra., guix-commits, 2023/07/19
- 32/32: import/utils: beautify-description: Wrap class names in @code{...}., guix-commits, 2023/07/19
- 27/32: gnu: Add r-gwastools., guix-commits, 2023/07/19
- 31/32: gnu: Add r-qfeatures., guix-commits, 2023/07/19
- 26/32: gnu: Add r-beadarray., guix-commits, 2023/07/19