[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61838] [PATCH 04/13] gnu: Add r-sccore.
From: |
Mădălin Ionel Patrașcu |
Subject: |
[bug#61838] [PATCH 04/13] gnu: Add r-sccore. |
Date: |
Mon, 27 Feb 2023 11:28:41 +0100 |
* gnu/packages/cran.scm (r-sccore): New variable.
---
gnu/packages/cran.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 184cbd6d7f..da2b2521a7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22401,6 +22401,48 @@ (define-public r-lintr
code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
(license license:expat)))
+(define-public r-sccore
+ (package
+ (name "r-sccore")
+ (version "1.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "sccore" version))
+ (sha256
+ (base32 "12gm7pb6xbvf9kdsgl7ldw1c54ga9fgk99ps2kx2cq91q9m0ld4r"))))
+ (properties `((upstream-name . "sccore")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-dplyr
+ r-ggplot2
+ r-ggrepel
+ r-igraph
+ r-irlba
+ r-magrittr
+ r-matrix
+ r-pbmcapply
+ r-proc
+ r-rcpp
+ r-rcpparmadillo
+ r-rcppeigen
+ r-rcppprogress
+ r-rlang
+ r-scales
+ r-tibble
+ r-uwot
+ r-withr))
+ (home-page "https://github.com/kharchenkolab/sccore")
+ (synopsis "Core utilities for single-cell RNA-Seq")
+ (description
+ "This package implements core utilities for single-cell RNA-seq data
analysis.
+Contained within are utility functions for working with @acronym{DE,
differential
+expression} matrices and count matrices, a collection of functions for
manipulating
+and plotting data via ggplot2, and functions to work with cell graphs and cell
+embeddings. Graph-based methods include embedding kNN cell graphs into a UMAP,
+collapsing vertices of each cluster in the graph, and propagating graph
labels.")
+ (license license:gpl3)))
+
(define-public r-scs
(package
(name "r-scs")
--
2.39.1
- [bug#61838] [PAtCH] gnu: Add r-simplermarkdown, r-rcppspdlog, r-n2r, r-sccore, r-leidenalg, r-drat, r-dendsort, r-pagoda2, r-conospanel, r-p2data, r-pma, r-rmumps and r-conos., address@hidden, 2023/02/27
- [bug#61838] [PATCH 01/13] gnu: Add r-simplermarkdown., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 10/13] gnu: Add r-conospanel., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 08/13] gnu: Add r-pagoda2., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 02/13] gnu: Add r-rcppspdlog., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 03/13] gnu: Add r-n2r., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 12/13] gnu: Add r-pma., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 04/13] gnu: Add r-sccore.,
Mădălin Ionel Patrașcu <=
- [bug#61838] [PATCH 05/13] gnu: Add r-leidenalg., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 07/13] gnu: Add r-dendsort., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 06/13] gnu: Add r-drat., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 09/13] gnu: Add r-conos., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 11/13] gnu: Add r-p2data., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 13/13] gnu: Add r-rmumps., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH 01/13] gnu: Add r-simplermarkdown., Ricardo Wurmus, 2023/02/27
- [bug#61838] [PATCH v2 01/13] gnu: Add r-simplermarkdown., Mădălin Ionel Patrașcu, 2023/02/27
- [bug#61838] [PATCH v2 02/13] gnu: Add r-rcppspdlog., Mădălin Ionel Patrașcu, 2023/02/27