mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-isva.
* gnu/packages/bioconductor.scm (r-isva): New variable.
This commit is contained in:
parent
4526e15cfd
commit
09496d569a
1 changed files with 22 additions and 0 deletions
|
@ -4808,6 +4808,28 @@ (define-public r-isoformswitchanalyzer
|
|||
Kallisto, Salmon, StringTie, Cufflinks/Cuffdiff etc.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
;; This is a CRAN package, but it depends on qvalue from Bioconductor.
|
||||
(define-public r-isva
|
||||
(package
|
||||
(name "r-isva")
|
||||
(version "1.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "isva" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05qx9q0kg4ma23v4abhihw0vz017nq6hv2jzsiqx4d20ngh1dl4z"))))
|
||||
(properties `((upstream-name . "isva")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-fastica r-jade r-qvalue))
|
||||
(home-page "https://cran.r-project.org/package=isva")
|
||||
(synopsis "Independent surrogate variable analysis")
|
||||
(description
|
||||
"Independent Surrogate Variable Analysis is an algorithm for feature
|
||||
selection in the presence of potential confounding factors (see Teschendorff
|
||||
AE et al 2011, <doi: 10.1093/bioinformatics/btr171>).")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-italics
|
||||
(package
|
||||
(name "r-italics")
|
||||
|
|
Loading…
Reference in a new issue