mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add r-hapassoc.
* gnu/packages/cran.scm (r-hapassoc): New variable.
This commit is contained in:
parent
a0583c0d13
commit
3080b81af6
1 changed files with 22 additions and 0 deletions
|
@ -12802,3 +12802,25 @@ (define-public r-hierfstat
|
||||||
are also given to test via randomisations the significance of each F and
|
are also given to test via randomisations the significance of each F and
|
||||||
variance components, using the likelihood-ratio statistics G.")
|
variance components, using the likelihood-ratio statistics G.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-hapassoc
|
||||||
|
(package
|
||||||
|
(name "r-hapassoc")
|
||||||
|
(version "1.2-8")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "hapassoc" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "http://stat.sfu.ca/statgen/research/hapassoc.html")
|
||||||
|
(synopsis "Inference of trait associations with SNP haplotypes")
|
||||||
|
(description
|
||||||
|
"Hapassoc performs likelihood inference of trait associations with
|
||||||
|
haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
|
||||||
|
functions are developed primarily for data collected in cohort or
|
||||||
|
cross-sectional studies. They can accommodate uncertain haplotype phase and
|
||||||
|
handle missing genotypes at some SNPs.")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
Loading…
Reference in a new issue