pedtools 1.3.0
New features
-
New function
avuncularPed()
for creating aunt/uncle - nephew/niece pedigrees. -
New function
addAllele()
for extending the allele set of a marker. -
addSon()
andaddDaughter()
are now more flexible. The previous argumentparent
has been renamed toparents
and accepts one or two parents in any order. -
mergePed()
has been overhauled. In particular the new argumentby
makes it much more user friendly. -
setAfreq()
gains argumentstrict
.
Other
-
Minor improvements of README and vignette.
-
Fixed bug in
setGenotype()
when setting multiple markers. -
Fixed bug ignoring alleles in
distributeMarkers()
.