From: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
To: 73230@debbugs.gnu.org
Cc: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
Subject: [bug#73230] [PATCH] gnu: Add r-scdesign2.
Date: Fri, 13 Sep 2024 14:09:32 +0000 [thread overview]
Message-ID: <1449c6e9bfd444ebe80b8dc4098110ad7ead5d5e.1726236572.git.Navid.Afkhami@mdc-berlin.de> (raw)
* 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 4653360792..8b722f7bf2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1184,6 +1184,33 @@ (define-public r-rhtslib12
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"))
base-commit: 98bc13b9ea5f22a60de6c289d59072638001e08e
--
2.34.1
next reply other threads:[~2024-09-13 14:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-13 14:09 Afkhami, Navid [this message]
2024-11-01 11:25 ` bug#73230: [PATCH] gnu: Add r-scdesign2 Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1449c6e9bfd444ebe80b8dc4098110ad7ead5d5e.1726236572.git.Navid.Afkhami@mdc-berlin.de \
--to=navid.afkhami@mdc-berlin.de \
--cc=73230@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).