magnusdv / pedtools

Tools for working with pedigrees in R
GNU General Public License v3.0
23 stars 3 forks source link

Functions for manipulating the allele matrix #11

Closed magnusdv closed 5 years ago

magnusdv commented 5 years ago

These would be useful to have:

For instance, to remove all genotypes of individuals "a" should be done by

x = setAlleles(x, ids = "a", alleles = 0)

Alternative function names: getAlleleMatrix, setAlleleMatrix.

magnusdv commented 5 years ago

Implemented in a85cbff. (Forgot to close issue).