Skip to content

ibdsim2 1.4.0

Compare
Choose a tag to compare
@magnusdv magnusdv released this 17 Aug 16:58
· 92 commits to master since this release

New features

  • New function segmentStats() for summarising the segments identified by findPattern().

  • findPattern() has a new argument cutoff for excluding short segments.

  • findPattern() can detect more patterns: the argument pattern now accepts entries autozygous and heterozygous.

  • findPattern() is much faster now, mostly due to a new implementation of the internal mergeSegments()

  • New function extractIds() replaces the previous (non-exported) extractIdsFromSegmentSummary().

  • Updated README, including links to Shiny app.

Bug fixes

  • Fixed wrong length attribute of loadMap() when uniform = F and sexAverage = T.