Skip to content

1.16.0

Choose a tag to compare

@timoast timoast released this 10 Oct 11:02
· 66 commits to master since this release

Signac 1.16.0

Bug fixes:

  • Check that macs2 exists at the macs2.path in CallPeaks() (#1678)
  • Fix bug in LinkPeaks() that incorrectly excluded additional chromosomes from background peak set

Other changes:

  • Remove broken seqinfo links from documentation as functions are moved from GenomeInfoDb to Seqinfo
  • Enable faster selection of background peaks if the wrswoR package is installed
  • Add wrswoR to suggested packages
  • Updated MatchRegionStats() to use likelihood-ratio weighting (query/background probability) to sample regions.
    This produces more accurate matching distributions between query and background features.
    This change will affect how background peaks are selected for the FindMotifs() and LinkPeaks() functions.