[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
88/377: gnu: Add r-ballgown.
From: |
guix-commits |
Subject: |
88/377: gnu: Add r-ballgown. |
Date: |
Thu, 2 Sep 2021 17:54:48 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 2f16659b404eac09f5174fe5e16cc97f21643bd7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 25 12:30:33 2021 +0200
gnu: Add r-ballgown.
* gnu/packages/bioconductor.scm (r-ballgown): 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 e0644ae..36ab137 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13666,6 +13666,40 @@ starting site, start codon, stop codon and
transcription ending site.")
visualizations for publication-quality multi-panel figures.")
(license license:gpl2+)))
+(define-public r-ballgown
+ (package
+ (name "r-ballgown")
+ (version "2.24.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "ballgown" version))
+ (sha256
+ (base32
+ "0ff8z4pfgzai2q4aafclg36bhsi9jwl9xhh1p9fqhmikisscq7i1"))))
+ (properties `((upstream-name . "ballgown")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biobase" ,r-biobase)
+ ("r-genomeinfodb" ,r-genomeinfodb)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-iranges" ,r-iranges)
+ ("r-limma" ,r-limma)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-rtracklayer" ,r-rtracklayer)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-sva" ,r-sva)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://bioconductor.org/packages/ballgown")
+ (synopsis "Flexible, isoform-level differential expression analysis")
+ (description
+ "This package provides tools for statistical analysis of assembled
+transcriptomes, including flexible differential expression analysis,
+visualization of transcript structures, and matching of assembled transcripts
+to annotation.")
+ (license license:artistic2.0)))
+
(define-public r-tximeta
(package
(name "r-tximeta")
- 63/377: gnu: r-xml: Update to 3.99-0.7., (continued)
- 63/377: gnu: r-xml: Update to 3.99-0.7., guix-commits, 2021/09/02
- 57/377: gnu: r-keras: Update to 2.6.0., guix-commits, 2021/09/02
- 69/377: gnu: r-rtracklayer: Update to 1.52.1., guix-commits, 2021/09/02
- 67/377: gnu: r-genomicfeatures: Update to 1.44.1., guix-commits, 2021/09/02
- 68/377: gnu: r-limma: Update to 3.48.3., guix-commits, 2021/09/02
- 78/377: gnu: r-clusterprofiler: Update to 4.0.4., guix-commits, 2021/09/02
- 73/377: gnu: r-matrixgenerics: Update to 1.4.2., guix-commits, 2021/09/02
- 77/377: gnu: r-dose: Update to 3.18.2., guix-commits, 2021/09/02
- 82/377: gnu: r-scuttle: Update to 1.2.1., guix-commits, 2021/09/02
- 85/377: gnu: openssl: Update replacement to 1.1.1l [security fixes]., guix-commits, 2021/09/02
- 88/377: gnu: Add r-ballgown.,
guix-commits <=
- 87/377: gnu: Add ivar., guix-commits, 2021/09/02
- 84/377: gnu: r-delayedmatrixstats: Update to 1.14.2., guix-commits, 2021/09/02
- 39/377: gnu: r-quanteda: Update to 3.1.0., guix-commits, 2021/09/02
- 40/377: gnu: r-rpf: Update to 1.0.8., guix-commits, 2021/09/02
- 48/377: gnu: r-seurat: Update to 4.0.4., guix-commits, 2021/09/02
- 58/377: gnu: r-survival: Update to 3.2-12., guix-commits, 2021/09/02
- 61/377: gnu: r-rmarkdown: Update to 2.10., guix-commits, 2021/09/02
- 60/377: gnu: r-readr: Update to 2.0.1., guix-commits, 2021/09/02
- 75/377: gnu: r-ggtree: Update to 3.0.3., guix-commits, 2021/09/02
- 92/377: gnu: emacs-ebdb: Update to 0.8.2., guix-commits, 2021/09/02