v0.0.9
Pre-release
Pre-release
Legacy version of BANKSY.
Main differences between v0.0.9 and v0.1.x:
- BanksyObject: dimensionality reduction slot name
dim.reduction
(changed toreduction
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)