From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <68056@debbugs.gnu.org>
Subject: [bug#68056] [PATCH 1/3] gnu: Add r-scgate.
Date: Wed, 27 Dec 2023 11:02:34 +0100 [thread overview]
Message-ID: <dce9fb4afc7cc569984b722a43f51388bbb5a69f.1703671356.git.madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <dcc6dea5-a444-4218-a3d7-959906aaa7f4@mdc-berlin.de>
* gnu/packages/bioinformatics.scm (r-scgate): New variable.
Change-Id: Ibcf9eaef67398aa00473d29d651c6d32e425d989
---
gnu/packages/bioinformatics.scm | 41 +++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3e7b99ee61..d572980965 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10301,6 +10301,47 @@ (define-public r-sccustomize
visualization and analysis of single-cell data using R.")
(license license:gpl3+))))
+(define-public r-scgate
+ (package
+ (name "r-scgate")
+ (version "1.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "scGate" version))
+ (sha256
+ (base32 "0h12d36zjc6fvxbhkxrzbpvw49z9fgyn1jc941q70ajw1yqi2hhh"))))
+ (properties `((upstream-name . "scGate")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-biocparallel
+ r-dplyr
+ r-ggplot2
+ r-ggridges
+ r-patchwork
+ r-reshape2
+ r-seurat
+ r-ucell))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/carmonalab/scGate")
+ (synopsis
+ "Marker-based cell type purification for single-cell sequencing data")
+ (description
+ "This package provides a method to purify a cell type or cell population of
+interest from heterogeneous datasets. scGate package automatizes marker-based
+purification of specific cell populations, without requiring training data or
+reference gene expression profiles. scGate takes as input a gene expression
+matrix stored in a Seurat object and a @acronym{GM, gating model}, consisting of
+a set of marker genes that define the cell population of interest. It evaluates
+the strength of signature marker expression in each cell using the rank-based
+method UCell, and then performs @acronym{kNN, k-nearest neighbor} smoothing by
+calculating the mean UCell score across neighboring cells. kNN-smoothing aims
+at compensating for the large degree of sparsity in scRNAseq data. Finally, a
+universal threshold over kNN-smoothed signature scores is applied in binary
+decision trees generated from the user-provided gating model, to annotate cells
+as either “pure” or “impure”, with respect to the cell population of interest.")
+ (license license:gpl3)))
+
(define-public r-markdownhelpers
(let ((commit "793372d28ebed607cc1d35f909a1caedb2b41ffe")
(revision "1"))
base-commit: 0d13d095420861022e68e87ceebd5e037e12a8b3
--
2.41.0
next prev parent reply other threads:[~2023-12-27 10:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-27 9:58 [bug#68056] [PATCH] gnu: Add r-scgate, r-stacas and r-projectils Mădălin Ionel Patrașcu
2023-12-27 10:02 ` Mădălin Ionel Patrașcu [this message]
2023-12-27 10:02 ` [bug#68056] [PATCH 2/3] gnu: Add r-stacas Mădălin Ionel Patrașcu
2023-12-27 10:02 ` [bug#68056] [PATCH 3/3] gnu: Add r-projectils Mădălin Ionel Patrașcu
2024-01-30 16:27 ` bug#68056: [PATCH] gnu: Add r-scgate, r-stacas and r-projectils Ricardo Wurmus
2024-01-30 17:05 ` [bug#68056] " 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=dce9fb4afc7cc569984b722a43f51388bbb5a69f.1703671356.git.madalinionel.patrascu@mdc-berlin.de \
--to=madalinionel.patrascu@mdc-berlin.de \
--cc=68056@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.