diff options
author | rillig <rillig> | 2005-11-04 08:13:15 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 08:13:15 +0000 |
commit | 167a756b9060641832ff9c4e5968414554b13f65 (patch) | |
tree | 575bd9ea10e1e473c82cade0b632b46bfab97fc1 /math/R-genetics/DESCR | |
parent | d225f42b7e561b4392f8255e1e2b375ca99a9492 (diff) | |
download | pkgsrc-167a756b9060641832ff9c4e5968414554b13f65.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, ... |