1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: r-other-mott-happy
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-g.data,
r-cran-mass
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-other-mott-happy
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-other-mott-happy.git
Homepage: http://nebc.nerc.ac.uk/bioinformatics/documentation/happy/happy.txt
Rules-Requires-Root: no
Package: r-other-mott-happy.hbrem
Architecture: any
Depends: ${R:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Provides: r-other-mott-happy
Replaces: r-other-mott-happy
Description: GNU R package for fine-mapping complex diseases
Happy is an R interface into the HAPPY C package for fine-mapping
Quantitative Trait Loci (QTL) in Heterogenous Stocks (HS). An HS is
an advanced intercross between (usually eight) founder inbred strains
of mice. HS are suitable for fine-mapping QTL. It uses a multipoint
analysis which offers significant improvements in statistical power to
detect QTLs over that achieved by single-marker association.
.
The happy package is
an extension of the original C program happy; it uses the C code to
compute the probability of descent from each of the founders, at each
locus position, but the happy packager allows a much richer range of
models to be fit to the data.
.
Read /usr/share/doc/r-other-mott-happy/README.Debian for a more
detailed explanation.
|