Recent Releases of Banksy
Banksy - v.1.5.3
This release implements minor fixes and scalability improvements.
- Fix to use the prop_thres argument in smoothBanksy (9fd772b5482b2bc2eb01201de819b83825a5067a)
- Fix to use the center argument computeBanksy (fbb4891010f8555f64c4eb7ece14f633521699a7)
- Implements chunking in the feature dimension (fbb4891010f8555f64c4eb7ece14f633521699a7)
- Implements optional parallelism for chunking (fbb4891010f8555f64c4eb7ece14f633521699a7)
- R
Published by jleechung 9 months ago
Banksy - v0.1.5
- Cluster label smoothing
- Parallelism for clustering using foreach
- Filtering out samples with NAs in their features on initialisation
- Seed setting for clustering
- Version dependency on leidenAlg (>1.1.0) for compatibility with igraph
- Neighborhood-sampling (see arguments
sample_sizeandsample_renormfor functionComputeBanksy) - Replacing
Mwithcompute_agfanduse_agfas arguments for specifying which harmonics to compute
- R
Published by jleechung over 2 years ago
Banksy - v0.1.4
This release implements azimuthal Gabor filters as additional features of a cell's neighborhood.
- Azimuthal Gabor filters implemented in
ComputeBanksy, with the number of harmonics determined by theMargument. To obtain similar results as version 0.1.3, useM=0 - Default size factor for
NormalizeBanksyis set to the median total count RunPCAandRunUMAPrenamed toRunBanksyPCAandRunBanksyUMAPrespectively to avoid namespace collisions with other packages- The following argument names have been modified for style:
NormalizeBanksy:normFactortonorm_factorNormalizeBanksy:logNormtolog_normComputeBanksy:spatialModetospatial_modeComputeBanksy:kspatialtok_spatial
- R
Published by jleechung over 2 years ago
Banksy - v.0.1.3.33
Implements minor fixes and updated documentation from release v.0.1.3.
- R
Published by jleechung over 2 years ago
Banksy - v.0.1.3
First public release.
Changes from v0.0.9:
- Passing Bioc and R CMD checks
- Implemented: asBanksyObject for interop. with SingleCellExperiment
- Implemented: RunPCA and RunUMAP
- Implemented: plotReduction for generalised plotting
- Implemented: plotARI and getARI for ARI computation and plotting
- Changed: ConnectClusters returns BanksyObject
- Changed: BanksyObject slot
dim.reductiontoreduction
- R
Published by jleechung almost 4 years ago
Banksy - v0.0.9
Legacy version of BANKSY.
Main differences between v0.0.9 and v0.1.x:
- BanksyObject: dimensionality reduction slot name
dim.reduction(changed toreductionin v0.1.x) - BanksyObject: no
clust.namesmethod - 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)
- R
Published by jleechung about 4 years ago