gnu: r-edger: Add r-statmod to inputs.
* gnu/packages/bioinformatics.scm (r-edger)[propagated-inputs]: Add r-statmod.master
parent
5430dbd95b
commit
47055b273a
|
@ -6324,7 +6324,8 @@ names in their natural, rather than lexicographic, order.")
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-limma" ,r-limma)
|
`(("r-limma" ,r-limma)
|
||||||
("r-locfit" ,r-locfit)))
|
("r-locfit" ,r-locfit)
|
||||||
|
("r-statmod" ,r-statmod))) ;for estimateDisp
|
||||||
(home-page "http://bioinf.wehi.edu.au/edgeR")
|
(home-page "http://bioinf.wehi.edu.au/edgeR")
|
||||||
(synopsis "EdgeR does empirical analysis of digital gene expression data")
|
(synopsis "EdgeR does empirical analysis of digital gene expression data")
|
||||||
(description "This package can do differential expression analysis of
|
(description "This package can do differential expression analysis of
|
||||||
|
|
Reference in New Issue