pedtools 2.8.0
Breaking changes
- Pedtools previously included
igraphin the Suggests field, for the sole purpose of finding loop breakers in pedigrees with marriage loops (inbreakLoops()). This functionality has now been replaced with a custom implementation, allowing to drop theigraphdependency. The new method is slightly faster than the previous, but it may select different loop breakers in some cases.
New features
-
New plot argument
miscarriagefor indicating miscarriages as triangles. -
New function
harmoniseMarkers(). -
New functions
niblings()(= nephews & nieces) andpiblings()(= aunts & uncles, i.e. siblings of parents). -
getLocusAttributes()gains argumentsimplify. -
In
getGenotypes(), allowidsto be a function.
Other
- Improved error messages in
father(),mother()etc. - Better handling of ped lists in
father(),mother()etc. - Remove deprecated
offspring(). Usechildren()instead.