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
|
Source: eigensoft
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
gfortran,
libblas-dev,
liblapack-dev,
liblapacke-dev,
libgsl-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/eigensoft
Vcs-Git: https://salsa.debian.org/med-team/eigensoft.git
Homepage: http://www.hsph.harvard.edu/faculty/alkes-price/software/
Rules-Requires-Root: no
Package: eigensoft
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: gnuplot
Description: reduction of population bias for genetic analyses
The EIGENSOFT package combines functionality from the group's population
genetics methods (Patterson et al. 2006) and their EIGENSTRAT stratification
method (Price et al. 2006). The EIGENSTRAT method uses principal components
analysis to explicitly model ancestry differences between cases and
controls along continuous axes of variation; the resulting correction is
specific to a candidate marker's variation in frequency across ancestral
populations, minimizing spurious associations while maximizing power to
detect true associations. The EIGENSOFT package has a built-in plotting
script and supports multiple file formats and quantitative phenotypes.
|