[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61838] [PATCH 08/13] gnu: Add r-pagoda2.
From: |
Mădălin Ionel Patrașcu |
Subject: |
[bug#61838] [PATCH 08/13] gnu: Add r-pagoda2. |
Date: |
Mon, 27 Feb 2023 11:28:45 +0100 |
* gnu/packages/cran.scm (r-pagoda2): New variable.
---
gnu/packages/cran.scm | 52 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d69d214d64..e810924766 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2031,6 +2031,58 @@ (define-public r-pacman
functions which can speed up workflow.")
(license license:gpl2)))
+(define-public r-pagoda2
+ (package
+ (name "r-pagoda2")
+ (version "1.0.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "pagoda2" version))
+ (sha256
+ (base32 "18ip8j5l5c3hqw1xsf5wnyas55i2mhk09phy68kjkjdgcymmpg7c"))))
+ (properties `((upstream-name . "pagoda2")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-dendsort
+ r-drat
+ r-fastcluster
+ r-igraph
+ r-irlba
+ r-magrittr
+ r-mass
+ r-matrix
+ r-mgcv
+ r-n2r
+ r-plyr
+ r-r-utils
+ r-r6
+ r-rcpp
+ r-rcpparmadillo
+ r-rcppeigen
+ r-rcppprogress
+ r-rjson
+ r-rlang
+ r-rmtstat
+ r-rook
+ r-rtsne
+ r-sccore
+ r-urltools))
+ (home-page "https://github.com/kharchenkolab/pagoda2";)
+ (synopsis "Single cell analysis and differential expression")
+ (description
+ "The package offers functions for analyzing and interactively exploring
large-scale
+single-cell RNA-seq datasets. Pagoda2 primarily performs normalization and
differential
+gene expression analysis, with an interactive application for exploring
single-cell
+RNA-seq datasets. It performs basic tasks such as cell size normalization,
gene
+variance normalization, and can be used to identify subpopulations and run
differential
+expression within individual samples. pagoda2 was written to rapidly process
modern
+large-scale scRNAseq datasets of approximately 1e6 cells. The companion web
application
+allows users to explore which gene expression patterns form the different
subpopulations
+within your data. The package also serves as the primary method for
preprocessing
+data for conos.")
+ (license license:gpl3)))
+
(define-public r-pals
(package
(name "r-pals")
--
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 <=
- [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, 2023/02/27
- [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