mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add r-bqtl.
* gnu/packages/cran.scm (r-bqtl): New variable.
This commit is contained in:
parent
c3b5c803f0
commit
bffb58269f
1 changed files with 20 additions and 0 deletions
|
@ -12506,3 +12506,23 @@ (define-public r-haplo-stats
|
|||
@code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
|
||||
examples in the vignette.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-bqtl
|
||||
(package
|
||||
(name "r-bqtl")
|
||||
(version "1.0-32")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bqtl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs `(("gfortran" ,gfortran)))
|
||||
(home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
|
||||
(synopsis "Bayesian QTL mapping toolkit")
|
||||
(description
|
||||
"This is a QTL mapping toolkit for inbred crosses and recombinant inbred
|
||||
lines. It includes maximum likelihood and Bayesian tools.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue