mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: Add r-samr.
* gnu/packages/cran.scm (r-samr): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
80cd6a1b63
commit
e9741ad623
1 changed files with 29 additions and 0 deletions
|
@ -28302,3 +28302,32 @@ (define-public r-gsa
|
|||
indicator, a quantitative variable or a survival time.")
|
||||
;; Any version of the LGPL
|
||||
(license license:lgpl3+)))
|
||||
|
||||
(define-public r-samr
|
||||
(package
|
||||
(name "r-samr")
|
||||
(version "3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "samr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01km0f7qgm73x19vbvsxl083hs1dq4dj8qm5h64cxbf20b08my15"))))
|
||||
(properties `((upstream-name . "samr")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-gsa" ,r-gsa)
|
||||
("r-impute" ,r-impute)
|
||||
("r-matrixstats" ,r-matrixstats)
|
||||
("r-openxlsx" ,r-openxlsx)
|
||||
("r-shiny" ,r-shiny)
|
||||
("r-shinyfiles" ,r-shinyfiles)))
|
||||
(native-inputs `(("gfortran" ,gfortran)))
|
||||
(home-page "https://statweb.stanford.edu/~tibs/SAM/")
|
||||
(synopsis "Significance analysis of Microarrays")
|
||||
(description
|
||||
"This is a package for significance analysis of Microarrays for
|
||||
differential expression analysis, RNAseq data and related problems.")
|
||||
;; Any version of the LGPL
|
||||
(license license:lgpl3+)))
|
||||
|
|
Loading…
Reference in a new issue