pedtools 2.5.0
New features
-
New functions
maskPed()
andunmaskPed()
for anonymising pedigree data, and restoring them. -
New function
setAlleleLabels()
for changing the allele labels of a marker. -
The
.pedScaling()
gains argumentsautoScale
andminsize
. -
readPed()
gains argumentcolSkip
, useful e.g., when reading .ped files with an AFF column. -
The
relabel()
function for relabelling individuals now allows the argumentnew
to be a function, taking theold
labels as input. For instance,relabel(x, toupper)
gives upper-case labels for everyone.
Bug fixes
- Preserve the class attribute of
MARKERS
when subsetting.