[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/13: gnu: Add r-scdesign2.
From: |
guix-commits |
Subject: |
06/13: gnu: Add r-scdesign2. |
Date: |
Fri, 1 Nov 2024 07:21:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit aa7511eeb41b17de3c3eae96fcd0d68d1b374b3b
Author: Afkhami, Navid <Navid.Afkhami@mdc-berlin.de>
AuthorDate: Fri Sep 13 14:09:32 2024 +0000
gnu: Add r-scdesign2.
* gnu/packages/bioinformatics.scm (r-scdesign2): New variable.
Change-Id: I25599df1cb8493bc2d9cc1839b5232aee03bf848
---
gnu/packages/bioinformatics.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 070148cb76..e0e8ce81b9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1184,6 +1184,33 @@ high-throughput sequence analysis. The package is
primarily useful to
developers of other R packages who wish to make use of HTSlib.")
(license license:lgpl2.0+))))
+(define-public r-scdesign2
+ (let ((commit "554f2c4b1a7ee6cc04969a287df9b3b77d7bb2fe")
+ (revision "1"))
+ (package
+ (name "r-scdesign2")
+ (version (git-version "1.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JSB-UCLA/scDesign2")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "09zkz6qdcx54092ab6761ja3pclax9xzana8dk8qvxrdbjshb8p7"))))
+ (properties `((upstream-name . "scDesign2")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-mass r-pscl))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/JSB-UCLA/scDesign2")
+ (synopsis "Statistical simulator for scRNA-seq with gene correlation")
+ (description
+ "This package offers a flexible statistical simulator for scRNA-seq
data.
+It can generate data that captures gene correlation. Additionally, it allows
+for varying the number of cells and sequencing depth.")
+ (license license:expat))))
+
(define-public r-scenic
(let ((commit "cedf8490a634da550cea2c831544e5f7f14467d2")
(revision "1"))
- branch master updated (dd63cd7876 -> a007045b7c), guix-commits, 2024/11/01
- 01/13: gnu: Add r-gggenes., guix-commits, 2024/11/01
- 04/13: gnu: Add r-caliberrfimpute., guix-commits, 2024/11/01
- 06/13: gnu: Add r-scdesign2.,
guix-commits <=
- 07/13: gnu: Add r-cellchat-2., guix-commits, 2024/11/01
- 13/13: gnu: Add r-netid., guix-commits, 2024/11/01
- 12/13: gnu: Add r-raceid., guix-commits, 2024/11/01
- 09/13: gnu: Add r-runner., guix-commits, 2024/11/01
- 08/13: gnu: Add r-robustrankaggreg., guix-commits, 2024/11/01
- 11/13: gnu: Add r-coop., guix-commits, 2024/11/01
- 02/13: gnu: Add r-shapviz., guix-commits, 2024/11/01
- 03/13: gnu: Add r-cca., guix-commits, 2024/11/01
- 05/13: gnu: Add r-spacexr., guix-commits, 2024/11/01
- 10/13: gnu: Add r-fateid., guix-commits, 2024/11/01