Skip to content

Version 1.6.0

Compare
Choose a tag to compare
@timoast timoast released this 14 Mar 15:43
· 400 commits to master since this release

New functionality:

  • Added RegionHeatmap() function
  • Added RegionPlot() function
  • Added RegionMatrix() function
  • Added MotifCounts() function
  • Added ability to plot multiple assays simultaneously in CoveragePlot() by providing a list of assay names
  • Added assay.scale, bigwig.scale, and split.assay parameters to CoveragePlot()
  • Added new option to provide quantile ymax value in CoveragePlot()
  • Added bigwig.scale and ymax parameters to BigwigTrack()
  • Added peak.slot parameter to LinkPeaks() (#932)

Bug fixes:

  • Fixed behaviour of min.features parameter in CreateChromatinAssay() to retain cells with >= min.features (#902)
  • Fixed behaviour of min.cells parameter in LinkPeaks() (#932)

Other changes:

  • Updated documentation for CoveragePlot() (#992)
  • Removed method parameter from LinkPeaks() (#932)