[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/54: gnu: r-gage: Move to (gnu packages bioconductor).
From: |
guix-commits |
Subject: |
24/54: gnu: r-gage: Move to (gnu packages bioconductor). |
Date: |
Mon, 31 May 2021 10:03:10 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 84019edf38fea7ded047464fa4a6c79675934ae4
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri May 21 22:25:56 2021 +0200
gnu: r-gage: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-gage): Move from here...
* gnu/packages/bioconductor.scm (r-gage): ...to here.
---
gnu/packages/bioconductor.scm | 33 ++++++++++++++++++++++++++++++++-
gnu/packages/bioinformatics.scm | 31 -------------------------------
2 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 28e8810..a0ee8a8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017, 2018, 2019, 2020, 2021 Tobias Geerinckx-Rice
<me@tobias.gr>
;;; Copyright © 2019, 2020, 2021 Simon Tournier <zimon.toutoune@gmail.com>
;;; Copyright © 2020 Peter Lo <peterloleungyau@gmail.com>
;;; Copyright © 2020, 2021 Mădălin Ionel Patrașcu
<madalinionel.patrascu@mdc-berlin.de>
@@ -2499,6 +2499,37 @@ formats can be used as input to fastseg like expression
set objects for
microarrays or GRanges for sequencing data.")
(license license:lgpl2.0+)))
+(define-public r-gage
+ (package
+ (name "r-gage")
+ (version "2.40.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "gage" version))
+ (sha256
+ (base32
+ "1bs0hx8sqiyl08dqn2zx31kbv5aci4xvrs71pplx2yxal3jf5178"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-annotationdbi" ,r-annotationdbi)
+ ("r-go-db" ,r-go-db)
+ ("r-graph" ,r-graph)
+ ("r-keggrest" ,r-keggrest)))
+ (home-page (string-append "https://bmcbioinformatics.biomedcentral.com/"
+ "articles/10.1186/1471-2105-10-161"))
+ (synopsis "Generally applicable gene-set enrichment for pathway analysis")
+ (description
+ "GAGE is a published method for gene set (enrichment or GSEA) or pathway
+analysis. GAGE is generally applicable independent of microarray or RNA-Seq
+data attributes including sample sizes, experimental designs, assay platforms,
+and other types of heterogeneity. The gage package provides functions for
+basic GAGE analysis, result processing and presentation. In addition, it
+provides demo microarray data and commonly used gene set data based on KEGG
+pathways and GO terms. These functions and data are also useful for gene set
+analysis using other methods.")
+ (license license:gpl2+)))
+
(define-public r-genefilter
(package
(name "r-genefilter")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8188b50..a857c1c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9168,37 +9168,6 @@ their variance is independent of the mean, and they are
usually more sensitive
and specific in detecting differential transcription.")
(license license:artistic2.0)))
-(define-public r-gage
- (package
- (name "r-gage")
- (version "2.40.2")
- (source
- (origin
- (method url-fetch)
- (uri (bioconductor-uri "gage" version))
- (sha256
- (base32
- "1bs0hx8sqiyl08dqn2zx31kbv5aci4xvrs71pplx2yxal3jf5178"))))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-annotationdbi" ,r-annotationdbi)
- ("r-go-db" ,r-go-db)
- ("r-graph" ,r-graph)
- ("r-keggrest" ,r-keggrest)))
- (home-page (string-append "https://bmcbioinformatics.biomedcentral.com/"
- "articles/10.1186/1471-2105-10-161"))
- (synopsis "Generally applicable gene-set enrichment for pathway analysis")
- (description
- "GAGE is a published method for gene set (enrichment or GSEA) or pathway
-analysis. GAGE is generally applicable independent of microarray or RNA-Seq
-data attributes including sample sizes, experimental designs, assay platforms,
-and other types of heterogeneity. The gage package provides functions for
-basic GAGE analysis, result processing and presentation. In addition, it
-provides demo microarray data and commonly used gene set data based on KEGG
-pathways and GO terms. These functions and data are also useful for gene set
-analysis using other methods.")
- (license license:gpl2+)))
-
(define-public r-genomicfiles
(package
(name "r-genomicfiles")
- 22/54: gnu: r-affy: Move to (gnu packages bioconductor)., (continued)
- 22/54: gnu: r-affy: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 32/54: gnu: r-ensembldb: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 33/54: gnu: r-mzr: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 34/54: gnu: r-protgenerics: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 43/54: gnu: r-tximport: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 28/54: gnu: r-organismdbi: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 42/54: gnu: r-mutationalpatterns: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 46/54: gnu: r-rhdf5: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 48/54: gnu: r-copyhelper: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 51/54: gnu: r-phantompeakqualtools: Let-bind commit, set revision to 1., guix-commits, 2021/05/31
- 24/54: gnu: r-gage: Move to (gnu packages bioconductor).,
guix-commits <=
- 26/54: gnu: r-genomicfiles: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 27/54: gnu: r-dirichletmultinomial: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 31/54: gnu: r-biovizbase: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 36/54: gnu: r-motifrg: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 39/54: gnu: r-rhtslib: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 23/54: gnu: r-keggrest: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 30/54: gnu: r-vsn: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 35/54: gnu: r-sva: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 38/54: gnu: r-zlibbioc: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 41/54: gnu: r-rcas: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31