[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
138/174: gnu: Add r-saturn.
From: |
guix-commits |
Subject: |
138/174: gnu: Add r-saturn. |
Date: |
Tue, 11 Jul 2023 14:48:42 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 72c6b1b897497298e3b4b9edb9ec508dece7978c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 16:36:55 2023 +0200
gnu: Add r-saturn.
* gnu/packages/bioconductor.scm (r-saturn): New variable.
---
gnu/packages/bioconductor.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 840a9cdde8..a49a00ea1d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8803,6 +8803,40 @@ differential expression analysis, RNAseq data and
related problems.")
;; Any version of the LGPL
(license license:lgpl3+)))
+(define-public r-saturn
+ (package
+ (name "r-saturn")
+ (version "1.8.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "satuRn" version))
+ (sha256
+ (base32
+ "0frm7iblxkc8ajcdqrfgsvf4krn6x8cr3mx7fnzq06xij0mqm3sj"))))
+ (properties `((upstream-name . "satuRn")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-biocparallel
+ r-boot
+ r-ggplot2
+ r-limma
+ r-locfdr
+ r-matrix
+ r-pbapply
+ r-summarizedexperiment))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/statOmics/satuRn")
+ (synopsis
+ "Analysis of differential transcript usage for scRNA-seq applications")
+ (description
+ "satuRn provides a framework for performing differential transcript usage
+analyses. The package consists of three main functions. The first function,
+@code{fitDTU}, fits quasi-binomial generalized linear models that model
+transcript usage in different groups of interest. The second function,
+@code{testDTU}, tests for differential usage of transcripts between groups of
+interest. Finally, @code{plotDTU} visualizes the usage profiles of
+transcripts in groups of interest.")
+ (license license:artistic2.0)))
+
(define-public r-scannotatr
(package
(name "r-scannotatr")
- 97/174: gnu: r-scattermore: Update to 1.2., (continued)
- 97/174: gnu: r-scattermore: Update to 1.2., guix-commits, 2023/07/11
- 121/174: gnu: r-testthat: Update to 3.1.10., guix-commits, 2023/07/11
- 123/174: gnu: r-locfit: Update to 1.5-9.8., guix-commits, 2023/07/11
- 129/174: gnu: r-deoptimr: Update to 1.0-14., guix-commits, 2023/07/11
- 140/174: gnu: r-ancombc: Update to 2.2.1., guix-commits, 2023/07/11
- 168/174: gnu: r-fishpond: Update to 2.6.2., guix-commits, 2023/07/11
- 146/174: gnu: r-affy: Update to 1.78.1., guix-commits, 2023/07/11
- 151/174: gnu: r-deseq2: Update to 1.40.2., guix-commits, 2023/07/11
- 142/174: gnu: r-bambu: Update to 3.2.5., guix-commits, 2023/07/11
- 111/174: gnu: r-paws-analytics: Update to 0.3.0., guix-commits, 2023/07/11
- 138/174: gnu: Add r-saturn.,
guix-commits <=
- 155/174: gnu: r-maaslin2: Update to 1.14.1., guix-commits, 2023/07/11
- 162/174: gnu: r-motifbreakr: Update to 2.14.2., guix-commits, 2023/07/11
- 163/174: gnu: r-quasr: Update to 1.40.1., guix-commits, 2023/07/11
- 154/174: gnu: r-limma: Update to 3.56.2., guix-commits, 2023/07/11
- 17/174: gnu: r-mlr3: Update to 0.16.1., guix-commits, 2023/07/11
- 108/174: gnu: r-paws-end-user-computing: Update to 0.3.0., guix-commits, 2023/07/11
- 127/174: gnu: r-rmarkdown: Update to 2.23., guix-commits, 2023/07/11
- 115/174: gnu: r-paws-database: Update to 0.3.0., guix-commits, 2023/07/11
- 158/174: gnu: r-matrixgenerics: Update to 1.12.2., guix-commits, 2023/07/11
- 153/174: gnu: r-lfa: Update to 2.0.11., guix-commits, 2023/07/11