mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-deseq: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-deseq): Move from here... * gnu/packages/bioconductor.scm (r-deseq): ...to here.
This commit is contained in:
parent
bb118f20fe
commit
ef954bb488
2 changed files with 31 additions and 31 deletions
|
@ -2218,6 +2218,37 @@ (define-public r-category
|
|||
analysis.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-deseq
|
||||
(package
|
||||
(name "r-deseq")
|
||||
(version "1.39.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DESeq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"047hph5aqmjnz1aqprziw0smdn5lf96hmwpnvqrxv1j2yfvcf3h1"))))
|
||||
(properties `((upstream-name . "DESeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-genefilter" ,r-genefilter)
|
||||
("r-geneplotter" ,r-geneplotter)
|
||||
("r-lattice" ,r-lattice)
|
||||
("r-locfit" ,r-locfit)
|
||||
("r-mass" ,r-mass)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)))
|
||||
(home-page "https://www-huber.embl.de/users/anders/DESeq/")
|
||||
(synopsis "Differential gene expression analysis")
|
||||
(description
|
||||
"This package provides tools for estimating variance-mean dependence in
|
||||
count data from high-throughput genetic sequencing assays and for testing for
|
||||
differential expression based on a model using the negative binomial
|
||||
distribution.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-deseq2
|
||||
(package
|
||||
(name "r-deseq2")
|
||||
|
|
|
@ -9196,37 +9196,6 @@ (define-public r-vsn
|
|||
and specific in detecting differential transcription.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-deseq
|
||||
(package
|
||||
(name "r-deseq")
|
||||
(version "1.39.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DESeq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"047hph5aqmjnz1aqprziw0smdn5lf96hmwpnvqrxv1j2yfvcf3h1"))))
|
||||
(properties `((upstream-name . "DESeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-genefilter" ,r-genefilter)
|
||||
("r-geneplotter" ,r-geneplotter)
|
||||
("r-lattice" ,r-lattice)
|
||||
("r-locfit" ,r-locfit)
|
||||
("r-mass" ,r-mass)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)))
|
||||
(home-page "https://www-huber.embl.de/users/anders/DESeq/")
|
||||
(synopsis "Differential gene expression analysis")
|
||||
(description
|
||||
"This package provides tools for estimating variance-mean dependence in
|
||||
count data from high-throughput genetic sequencing assays and for testing for
|
||||
differential expression based on a model using the negative binomial
|
||||
distribution.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-edaseq
|
||||
(package
|
||||
(name "r-edaseq")
|
||||
|
|
Loading…
Reference in a new issue