mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add r-plgem.
* gnu/packages/bioconductor.scm (r-plgem): New variable.
This commit is contained in:
parent
45dcd7dcfd
commit
cad6fb2dec
1 changed files with 25 additions and 0 deletions
|
@ -852,6 +852,31 @@ (define-public r-rots
|
||||||
in omics data.")
|
in omics data.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-plgem
|
||||||
|
(package
|
||||||
|
(name "r-plgem")
|
||||||
|
(version "1.54.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "plgem" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1330635db3p8xm5y8fwrk1l37r6bgypsq70s3rx954i775zp6szg"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-biobase" ,r-biobase)
|
||||||
|
("r-mass" ,r-mass)))
|
||||||
|
(home-page "http://www.genopolis.it")
|
||||||
|
(synopsis "Detect differential expression in microarray and proteomics datasets")
|
||||||
|
(description
|
||||||
|
"The Power Law Global Error Model (PLGEM) has been shown to faithfully
|
||||||
|
model the variance-versus-mean dependence that exists in a variety of
|
||||||
|
genome-wide datasets, including microarray and proteomics data. The use of
|
||||||
|
PLGEM has been shown to improve the detection of differentially expressed
|
||||||
|
genes or proteins in these datasets.")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public r-inspect
|
(define-public r-inspect
|
||||||
(package
|
(package
|
||||||
(name "r-inspect")
|
(name "r-inspect")
|
||||||
|
|
Loading…
Reference in a new issue