mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: Add r-lfa.
* gnu/packages/bioconductor.scm (r-lfa): New variable.
This commit is contained in:
parent
190830bd80
commit
b79431b5e9
1 changed files with 21 additions and 0 deletions
|
@ -3793,6 +3793,27 @@ (define-public r-keggrest
|
|||
@dfn{Kyoto Encyclopedia of Genes and Genomes} (KEGG) REST server.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-lfa
|
||||
(package
|
||||
(name "r-lfa")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "lfa" version))
|
||||
(sha256
|
||||
(base32 "02b90xjb2lfm86hbsdrvzpv20pijnq78ibz4dwjzqd9v4xhia3wr"))))
|
||||
(properties `((upstream-name . "lfa")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-corpcor))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/StoreyLab/lfa")
|
||||
(synopsis "Logistic Factor Analysis for categorical data")
|
||||
(description
|
||||
"@dfn{Logistic Factor Analysis} (LFA) is a method for a PCA analogue on
|
||||
Binomial data via estimation of latent structure in the natural parameter.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-limma
|
||||
(package
|
||||
(name "r-limma")
|
||||
|
|
Loading…
Reference in a new issue