[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: Add r-aucell.
From: |
guix-commits |
Subject: |
08/10: gnu: Add r-aucell. |
Date: |
Fri, 29 Mar 2019 14:28:56 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ffe7029babb40481f50cf931b28e92c8f74dfe01
Author: Ricardo Wurmus <address@hidden>
Date: Fri Mar 29 18:10:46 2019 +0100
gnu: Add r-aucell.
* gnu/packages/bioconductor.scm (r-aucell): New variable.
---
gnu/packages/bioconductor.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2d74d26..6a7c98f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3551,3 +3551,38 @@ text files).")
"This package provides a framework for allele-specific expression
investigation using RNA-seq data.")
(license license:gpl3)))
+
+(define-public r-aucell
+ (package
+ (name "r-aucell")
+ (version "1.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "AUCell" version))
+ (sha256
+ (base32
+ "1kdrs0521cyb8wlc4i3idfprrcy2f9w6kl56hfa94n0brmx62ya9"))))
+ (properties `((upstream-name . "AUCell")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-data-table" ,r-data-table)
+ ("r-gseabase" ,r-gseabase)
+ ("r-mixtools" ,r-mixtools)
+ ("r-r-utils" ,r-r-utils)
+ ("r-shiny" ,r-shiny)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)))
+ (home-page "https://bioconductor.org/packages/AUCell/")
+ (synopsis "Analysis of gene set activity in single-cell RNA-seq data")
+ (description
+ "AUCell allows to identify cells with active gene sets (e.g. signatures,
+gene modules, etc) in single-cell RNA-seq data. AUCell uses the @dfn{Area
+Under the Curve} (AUC) to calculate whether a critical subset of the input
+gene set is enriched within the expressed genes for each cell. The
+distribution of AUC scores across all the cells allows exploring the relative
+expression of the signature. Since the scoring method is ranking-based,
+AUCell is independent of the gene expression units and the normalization
+procedure. In addition, since the cells are evaluated individually, it can
+easily be applied to bigger datasets, subsetting the expression matrix if
+needed.")
+ (license license:gpl3)))
- branch master updated (32e0f90 -> 51e98f7), guix-commits, 2019/03/29
- 01/10: gnu: Add r-mapplots., guix-commits, 2019/03/29
- 03/10: gnu: Add r-gofuncr., guix-commits, 2019/03/29
- 04/10: gnu: Add r-abaenrichment., guix-commits, 2019/03/29
- 02/10: gnu: Add r-abadata., guix-commits, 2019/03/29
- 07/10: gnu: Add r-allelicimbalance., guix-commits, 2019/03/29
- 05/10: gnu: Add r-annotationfuncs., guix-commits, 2019/03/29
- 08/10: gnu: Add r-aucell.,
guix-commits <=
- 06/10: gnu: Add r-annotationtools., guix-commits, 2019/03/29
- 10/10: gnu: Add r-yamss., guix-commits, 2019/03/29
- 09/10: gnu: Add r-ebimage., guix-commits, 2019/03/29