unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
To: 72727@debbugs.gnu.org
Cc: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
Subject: [bug#72727] [PATCH] gnu: Add r-spacexr.
Date: Tue, 20 Aug 2024 08:07:04 +0000	[thread overview]
Message-ID: <02122b27950c60f55dbfa860ebaf750c7ba8a360.1724141223.git.Navid.Afkhami@mdc-berlin.de> (raw)

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

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index eae0a29b90..56188309a8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -22662,6 +22662,51 @@ (define-public r-catch
 value of physical insulation between neighboring domains.")
       (license license:gpl2+))))
 
+(define-public r-spacexr
+  (let ((commit "0a0861e3d1e16014a20e9b743d0e19d3b42231f3")
+        (revision "1"))
+    (package
+      (name "r-spacexr")
+      (version (git-version "2.2.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/dmcable/spacexr")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0hqrllzq2hi6dsr8nykn1yp7s3rcbjrv3m624b61n4nxnzza458a"))))
+      (properties `((upstream-name . "spacexr")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-compquadform
+                               r-data-table
+                               r-doparallel
+                               r-dplyr
+                               r-fields
+                               r-foreach
+                               r-ggplot2
+                               r-knitr
+                               r-locfdr
+                               r-matrix
+                               r-metafor
+                               r-mgcv
+                               r-pals
+                               r-quadprog
+                               r-readr
+                               r-reshape2
+                               r-rfast
+                               r-rmarkdown
+                               r-tibble))
+      (native-inputs (list r-knitr))
+      (home-page "https://github.com/dmcable/spacexr")
+      (synopsis
+       "Cell type identification and differential expression in spatial transcriptomics")
+      (description
+       "This package is used for cell type identification in spatial transcriptomics.
+It also handles cell type-specific differential expression.")
+      (license license:gpl3))))
+
 (define-public r-spectre
   (let ((commit "f6648ab3eb9499300d86502b5d60ec370ae9b61a")
         (revision "1"))

base-commit: 58faaf4eaadafa09a97ab31103eb54bd2076a699
prerequisite-patch-id: dc2f4964edf0016b1e572e9f41129606c4fb3132
prerequisite-patch-id: 4ce0ef474ba0015be3d30c7eec8f094098beaec7
-- 
2.34.1





             reply	other threads:[~2024-08-20  8:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-20  8:07 Afkhami, Navid [this message]
2024-11-01 11:24 ` bug#72727: [PATCH] gnu: Add r-spacexr 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=02122b27950c60f55dbfa860ebaf750c7ba8a360.1724141223.git.Navid.Afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=72727@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).