Skip to content

pedtools 1.2.0

Compare
Choose a tag to compare
@magnusdv magnusdv released this 31 Mar 07:41
· 235 commits to master since this release

New features

  • pedtools now depends on R 4.1 (or later) because of the pipe operator |>.

  • New function setSNPs() for creating and attaching a set of SNP markers with given positions and allele frequencies.

  • New function distributeMarkers() for creating and attaching equal markers evenly across a set of chromosomes (by default, the human autosomes).

  • New function halfSibTriangle() implementing an interesting breeding pattern.

Bug fixes

  • transferMarkers() now ignores members of unknown sex when checking compatibility.

  • Fixed bug in addMarker() when input is a list of pedigrees.

  • Fixed glitches in setMap().

Other

  • Various improvements in code and docs.

  • Added many tests.

  • Rewrite README example to show piping.