[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/13: gnu: Add r-basics.
From: |
guix-commits |
Subject: |
05/13: gnu: Add r-basics. |
Date: |
Mon, 13 Nov 2023 09:10:06 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 4e1c6f499880e867d162dacff32c59635e675dbf
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Mon Nov 6 12:06:41 2023 +0100
gnu: Add r-basics.
* gnu/packages/bioconductor.scm (r-basics): New variable.
Change-Id: I6f0afeeb41f667d780707af65034d5ba978f0d4a
---
gnu/packages/bioconductor.scm | 50 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 303a3a2450..3955f04bf1 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -22622,6 +22622,56 @@ viewpoint can be visualized as a coverage plot based
on a running median
approach and a multi-scale contact profile.")
(license license:lgpl3)))
+(define-public r-basics
+ (package
+ (name "r-basics")
+ (version "2.14.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "BASiCS" version))
+ (sha256
+ (base32 "0kf215n151sxphc5w9h4i2xsk7lmysi4abwcpyz4slbwhpki3ac8"))))
+ (properties `((upstream-name . "BASiCS")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-assertthat
+ r-biobase
+ r-biocgenerics
+ r-biocparallel
+ r-coda
+ r-cowplot
+ r-ggextra
+ r-ggplot2
+ r-hexbin
+ r-mass
+ r-matrix
+ r-matrixstats
+ r-posterior
+ r-rcpp
+ r-rcpparmadillo
+ r-reshape2
+ r-s4vectors
+ r-scran
+ r-scuttle
+ r-singlecellexperiment
+ r-summarizedexperiment
+ r-viridis))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/catavallejos/BASiCS")
+ (synopsis "Bayesian analysis of single-cell sequencing data")
+ (description
+ "@acronym{BASiCS, Bayesian analysis of single-cell sequencing data} is an
+integrated Bayesian hierarchical model to perform statistical analyses of
+single-cell RNA sequencing datasets in the context of supervised experiments
+(where the groups of cells of interest are known a priori. BASiCS performs
+built-in data normalisation (global scaling) and technical noise quantification
+(based on spike-in genes). BASiCS provides an intuitive detection criterion
+for highly (or lowly) variable genes within a single group of cells.
+Additionally, BASiCS can compare gene expression patterns between two or more
+pre-specified groups of cells.")
+ (license license:gpl3)))
+
(define-public r-basilisk-utils
(package
(name "r-basilisk-utils")
- branch master updated (951a1433f3 -> a0d337e79c), guix-commits, 2023/11/13
- 02/13: gnu: Add r-bags., guix-commits, 2023/11/13
- 05/13: gnu: Add r-basics.,
guix-commits <=
- 06/13: gnu: Add r-basicstarrseq., guix-commits, 2023/11/13
- 08/13: gnu: Add r-rcppdist., guix-commits, 2023/11/13
- 01/13: gnu: Add r-breastcancervdx., guix-commits, 2023/11/13
- 03/13: gnu: Add r-bsgenome-ecoli-ncbi-20080805., guix-commits, 2023/11/13
- 04/13: gnu: Add r-basic4cseq., guix-commits, 2023/11/13
- 07/13: gnu: Add r-bayesknockdown., guix-commits, 2023/11/13
- 10/13: gnu: Add r-bb., guix-commits, 2023/11/13
- 13/13: gnu: Add r-bcrank., guix-commits, 2023/11/13
- 12/13: gnu: Add r-bbcanalyzer., guix-commits, 2023/11/13
- 11/13: gnu: Add r-baynorm., guix-commits, 2023/11/13