all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71339] [PATCH] gnu: Add r-scent.
@ 2024-06-03 14:19 Afkhami, Navid
  2024-06-18  7:27 ` bug#71339: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Afkhami, Navid @ 2024-06-03 14:19 UTC (permalink / raw)
  To: 71339; +Cc: Afkhami, Navid

* gnu/packages/bioinformatics.scm (r-scent): New variable.

Change-Id: Ie517c0619683590f630013982e831fad528c1dea
---
 gnu/packages/bioinformatics.scm | 37 +++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index cecd94bbb7..cdda029809 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1171,6 +1171,43 @@ (define-public r-scenic
       ;; GPLv3.
       (license license:gpl3))))
 
+(define-public r-scent
+  (let ((commit "f01f18ac30f8a9bcf85b738c6c7815017e2c8ee5")
+        (revision "1"))
+    (package
+      (name "r-scent")
+      (version (git-version "1.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/immunogenomics/SCENT")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "18krksy8ac7yy8hghzaxscj91c61j195yg7j60zswdq97islvfzi"))))
+      (properties `((upstream-name . "SCENT")))
+      (build-system r-build-system)
+      (inputs (list bedtools))
+      (propagated-inputs (list r-boot
+                               r-data-table
+                               r-hmisc
+                               r-lme4
+                               r-mass
+                               r-matrix
+                               r-r-utils
+                               r-stringr))
+      (native-inputs (list r-knitr))
+      (home-page "https://github.com/immunogenomics/SCENT")
+      (synopsis
+       "Single-Cell enhancer target gene mapping for multimodal single-cell data")
+      (description
+       "This package contains functions for the SCENT algorithm.
+SCENT uses single-cell multimodal data and links ATAC-seq peaks
+to their target genes by modeling association between chromatin
+accessibility and gene expression across individual single cells.")
+      (license license:expat))))
+
 (define-public r-saige
   (let ((commit "c6717ba9c5a967bcf612e97566d845397b1b7167")
         (revision "1"))

base-commit: 1615084a9a4115d48b75b3db048761e7534efc87
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71339: [PATCH] gnu: Add r-scent.
  2024-06-03 14:19 [bug#71339] [PATCH] gnu: Add r-scent Afkhami, Navid
@ 2024-06-18  7:27 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2024-06-18  7:27 UTC (permalink / raw)
  To: 71339-done

Thanks for the patch.  Applied!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-18  7:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03 14:19 [bug#71339] [PATCH] gnu: Add r-scent Afkhami, Navid
2024-06-18  7:27 ` bug#71339: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.