Skip to content

v. 1.3.4

Compare
Choose a tag to compare
@epurdom epurdom released this 23 Oct 22:58
· 1474 commits to master since this release

Changes:

  • Add argument clusterLabels to plotClusters to allow user to set clusterLabels without changing the object.
  • Added data object of run of RSEC. Changed lazyLoad to false because loading this object on installation was creating errors.
  • Updated vignette to more completely cover RSEC.
  • Change default clusterFunction argument to RSEC to be "hierarchical01" rather than all 01 methods (previous default). This reduces load of making simple call.
  • Updated validity checks to reduce memory load, and dropped validObject calls.
  • Added function getClusterManyParams to parse the parameter values in the clusterLabels from clusterMany
  • Removed old dependency on diagram (from previous vignette, no longer needed)

Bugs:

  • Fixed error in subsetting of clusterExperiment object when dendrogram is attached (previously didn't reset dendro_outbranch to NA)