From 1abb6a2a782d23cc73e81472d87e72cc81c0ba42 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 17 Dec 2020 11:37:17 +0100 Subject: gnu: r-cummerbund: Move from "experiment" to "package" section. * gnu/packages/bioconductor.scm (r-cummerbund): Move variable. --- gnu/packages/bioconductor.scm | 60 +++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index c84bdfd681..a5726f06ad 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1156,36 +1156,6 @@ mouse, rat and budding yeast. Mapping data between common gene IDs for budding yeast are also included.") (license license:gpl2+))) -(define-public r-cummerbund - (package - (name "r-cummerbund") - (version "2.32.0") - (source (origin - (method url-fetch) - (uri (bioconductor-uri "cummeRbund" version)) - (sha256 - (base32 - "1x7rby50api1c66al6a0i92q82ydjmh3h8l2k7hj0ffpn8c5pdgj")))) - (build-system r-build-system) - (propagated-inputs - `(("r-biobase" ,r-biobase) - ("r-biocgenerics" ,r-biocgenerics) - ("r-fastcluster" ,r-fastcluster) - ("r-ggplot2" ,r-ggplot2) - ("r-gviz" ,r-gviz) - ("r-plyr" ,r-plyr) - ("r-reshape2" ,r-reshape2) - ("r-rsqlite" ,r-rsqlite) - ("r-rtracklayer" ,r-rtracklayer) - ("r-s4vectors" ,r-s4vectors))) - (home-page "https://bioconductor.org/packages/cummeRbund/") - (synopsis "Analyze Cufflinks high-throughput sequencing data") - (description "This package allows for persistent storage, access, -exploration, and manipulation of Cufflinks high-throughput sequencing -data. In addition, provides numerous plotting functions for commonly -used visualizations.") - (license license:artistic2.0))) - (define-public r-curatedtcgadata (package (name "r-curatedtcgadata") @@ -1289,6 +1259,36 @@ experiment types where it is important to have a framework in order to inspect how the coverage distributed across the genome.") (license license:artistic2.0))) +(define-public r-cummerbund + (package + (name "r-cummerbund") + (version "2.32.0") + (source (origin + (method url-fetch) + (uri (bioconductor-uri "cummeRbund" version)) + (sha256 + (base32 + "1x7rby50api1c66al6a0i92q82ydjmh3h8l2k7hj0ffpn8c5pdgj")))) + (build-system r-build-system) + (propagated-inputs + `(("r-biobase" ,r-biobase) + ("r-biocgenerics" ,r-biocgenerics) + ("r-fastcluster" ,r-fastcluster) + ("r-ggplot2" ,r-ggplot2) + ("r-gviz" ,r-gviz) + ("r-plyr" ,r-plyr) + ("r-reshape2" ,r-reshape2) + ("r-rsqlite" ,r-rsqlite) + ("r-rtracklayer" ,r-rtracklayer) + ("r-s4vectors" ,r-s4vectors))) + (home-page "https://bioconductor.org/packages/cummeRbund/") + (synopsis "Analyze Cufflinks high-throughput sequencing data") + (description "This package allows for persistent storage, access, +exploration, and manipulation of Cufflinks high-throughput sequencing +data. In addition, provides numerous plotting functions for commonly +used visualizations.") + (license license:artistic2.0))) + (define-public r-affycomp (package (name "r-affycomp") -- cgit v1.2.3