mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-limma: Update to 3.58.1.
* gnu/packages/bioconductor.scm (r-limma): Update to 3.58.1. [propagated-inputs]: Add r-statmod. [native-inputs]: Add r-knitr. Change-Id: I6f0b489fa71dfa5b359fece946493091f828795e
This commit is contained in:
parent
01220bcd00
commit
3e7eeef0db
1 changed files with 4 additions and 2 deletions
|
@ -8287,14 +8287,16 @@ (define-public r-lfa
|
|||
(define-public r-limma
|
||||
(package
|
||||
(name "r-limma")
|
||||
(version "3.56.2")
|
||||
(version "3.58.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "limma" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0miyba9frn1p4pkclzpr0bfazsk0br2jgpwpwwh773d3103hkn0r"))))
|
||||
"01byjnhhjyxk9x871rk8bgqq6lkp1a6dylqbdphpzp88b1jf2f9m"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
(propagated-inputs (list r-statmod))
|
||||
(home-page "https://bioinf.wehi.edu.au/limma")
|
||||
(synopsis "Package for linear models for microarray and RNA-seq data")
|
||||
(description "This package can be used for the analysis of gene expression
|
||||
|
|
Loading…
Reference in a new issue