diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:13:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:13:15 +0000 |
commit | b037bdefa78c3113b536c85bf352c391b52b6c56 (patch) | |
tree | 575bd9ea10e1e473c82cade0b632b46bfab97fc1 /math/R-genetics/DESCR | |
parent | d2ee60a5235b6c96e8ea20575d22a662cc81c753 (diff) | |
download | pkgsrc-b037bdefa78c3113b536c85bf352c391b52b6c56.tar.gz |
Imported R-genetics from pkgsrc-wip.
Classes and methods for handling genetic data. Includes classes to
represent genotypes and haplotypes at single markers up to multiple
markers on multiple chromosomes. Function include allele frequencies,
flagging homo/heterozygotes, flagging carriers of certain alleles,
estimating and testing for Hardy-Weinberg disequilibrium, estimating
and testing for linkage disequilibrium, ...
Diffstat (limited to 'math/R-genetics/DESCR')
-rw-r--r-- | math/R-genetics/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/R-genetics/DESCR b/math/R-genetics/DESCR new file mode 100644 index 00000000000..0fba1a2b980 --- /dev/null +++ b/math/R-genetics/DESCR @@ -0,0 +1,6 @@ +Classes and methods for handling genetic data. Includes classes to +represent genotypes and haplotypes at single markers up to multiple +markers on multiple chromosomes. Function include allele frequencies, +flagging homo/heterozygotes, flagging carriers of certain alleles, +estimating and testing for Hardy-Weinberg disequilibrium, estimating +and testing for linkage disequilibrium, ... |