mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-cummerbund: Move from "experiment" to "package" section.
* gnu/packages/bioconductor.scm (r-cummerbund): Move variable.
This commit is contained in:
parent
17d95689b4
commit
1abb6a2a78
1 changed files with 30 additions and 30 deletions
|
@ -1156,36 +1156,6 @@ (define-public r-gagedata
|
||||||
yeast are also included.")
|
yeast are also included.")
|
||||||
(license license:gpl2+)))
|
(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
|
(define-public r-curatedtcgadata
|
||||||
(package
|
(package
|
||||||
(name "r-curatedtcgadata")
|
(name "r-curatedtcgadata")
|
||||||
|
@ -1289,6 +1259,36 @@ (define-public r-coverageview
|
||||||
how the coverage distributed across the genome.")
|
how the coverage distributed across the genome.")
|
||||||
(license license:artistic2.0)))
|
(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
|
(define-public r-affycomp
|
||||||
(package
|
(package
|
||||||
(name "r-affycomp")
|
(name "r-affycomp")
|
||||||
|
|
Loading…
Reference in a new issue