mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add r-gwasexacthw.
* gnu/packages/cran.scm (r-gwasexacthw): New variable.
This commit is contained in:
parent
b2750695f7
commit
ff6b2a88c4
1 changed files with 21 additions and 0 deletions
|
@ -926,6 +926,27 @@ (define-public r-gunifrac
|
||||||
compositional data.")
|
compositional data.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public r-gwasexacthw
|
||||||
|
(package
|
||||||
|
(name "r-gwasexacthw")
|
||||||
|
(version "1.01")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "GWASExactHW" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"19qmk8h7kxmn9kzw0x4xns5p3qqz27xkqq4q6zmh4jzizd0fsl78"))))
|
||||||
|
(properties `((upstream-name . "GWASExactHW")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://cran.r-project.org/package=GWASExactHW")
|
||||||
|
(synopsis
|
||||||
|
"Exact Hardy-Weinburg testing for Genome Wide Association Studies")
|
||||||
|
(description
|
||||||
|
"This package contains a function to do exact Hardy-Weinburg
|
||||||
|
testing (using Fisher's test) for SNP genotypes as typically obtained in a
|
||||||
|
@dfn{Genome Wide Association Study} (GWAS).")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-gwidgets2
|
(define-public r-gwidgets2
|
||||||
(package
|
(package
|
||||||
(name "r-gwidgets2")
|
(name "r-gwidgets2")
|
||||||
|
|
Loading…
Reference in a new issue