all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <55679@debbugs.gnu.org>
Subject: [bug#55679] [PATCH 2/2] gnu: Add r-scmap.
Date: Fri, 27 May 2022 18:40:13 +0200	[thread overview]
Message-ID: <20220527164013.4195-2-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20220527164013.4195-1-madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/bioconductor.scm (r-scmap): New variable.
---
 gnu/packages/bioconductor.scm | 41 +++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4baa80dcb1..9c6526331e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5049,6 +5049,47 @@ (define-public r-scdblfinder
 comprehensive scDblFinder method.")
     (license license:gpl3)))
 
+(define-public r-scmap
+  (package
+    (name "r-scmap")
+    (version "1.18.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (bioconductor-uri "scmap" version))
+        (sha256
+          (base32 "0pfwaa9pgml11b84rpf7afdkmg8kxb4srgpc56571vaz388xrv7l"))))
+    (properties `((upstream-name . "scmap")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-biobase
+           r-biocgenerics
+           r-dplyr
+           r-e1071
+           r-ggplot2
+           r-googlevis
+           r-matrixstats
+           r-proxy
+           r-randomforest
+           r-rcpp
+           r-rcpparmadillo
+           r-reshape2
+           r-s4vectors
+           r-singlecellexperiment
+           r-summarizedexperiment))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/hemberg-lab/scmap")
+    (synopsis "Tool for unsupervised projection of single cell RNA-seq data")
+    (description
+     "@dfn{Single-cell RNA-seq} (scRNA-seq) is widely used to investigate the
+composition of complex tissues since the technology allows researchers to define
+cell-types using unsupervised clustering of the transcriptome.  However, due to
+differences in experimental methods and computational analyses, it is often
+challenging to directly compare the cells identified in two different experiments.
+@code{scmap} is a method for projecting cells from a scRNA-seq experiment onto
+the cell-types or individual cells identified in a different experiment.")
+    (license license:gpl3)))
+
 (define-public r-seqlogo
   (package
     (name "r-seqlogo")
-- 
2.36.0





  reply	other threads:[~2022-05-27 16:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-27 16:34 [bug#55679] gnu: Add r-scmap add r-googlevis MadalinIonel.Patrascu
2022-05-27 16:40 ` [bug#55679] [PATCH 1/2] gnu: Add r-googlevis Mădălin Ionel Patrașcu
2022-05-27 16:40   ` Mădălin Ionel Patrașcu [this message]
2022-05-28 22:44   ` bug#55679: " 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220527164013.4195-2-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=55679@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 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.