mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add r-snpmaxsel.
* gnu/packages/cran.scm (r-snpmaxsel): New variable.
This commit is contained in:
parent
ea87b4e37d
commit
2a35bb1509
1 changed files with 24 additions and 0 deletions
|
@ -11996,3 +11996,27 @@ (define-public r-stepwise
|
||||||
"This package provides a stepwise approach to identifying recombination
|
"This package provides a stepwise approach to identifying recombination
|
||||||
breakpoints in a genomic sequence alignment.")
|
breakpoints in a genomic sequence alignment.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-snpmaxsel
|
||||||
|
(package
|
||||||
|
(name "r-snpmaxsel")
|
||||||
|
(version "1.0-3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "SNPmaxsel" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
|
||||||
|
(properties `((upstream-name . "SNPmaxsel")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-combinat" ,r-combinat)
|
||||||
|
("r-mvtnorm" ,r-mvtnorm)))
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
|
||||||
|
(synopsis "Maximally selected statistics for SNP data")
|
||||||
|
(description
|
||||||
|
"This package implements asymptotic methods related to maximally selected
|
||||||
|
statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
|
||||||
|
data.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Reference in a new issue