Skip to content

v0.0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@jleechung jleechung released this 13 Feb 10:17
4983fbb

Legacy version of BANKSY.

Main differences between v0.0.9 and v0.1.x:

  • BanksyObject: dimensionality reduction slot name dim.reduction (changed to reduction in v0.1.x)
  • BanksyObject: no clust.names method
  • Dimensionality reduction steps (PCA / UMAP) included in ClusterBanksy now removed as separate functions in v0.1.x
  • Plotting is generalised in v0.1.x (plotReduction instead of plotUMAP / plotPCA)
  • ConnectClusters implementation improved in v0.1.x and returns only BanksyObject in v0.1.x (instead of list in v.0.0.9)
  • ARI computation and plotting is included in v0.1.x (getARI / plotARI)
  • Data moved from inst/extdata (v0.0.9) to /data (v.0.1.x)