Package: bluster 1.23.0

Aaron Lun

bluster: Clustering Algorithms for Bioconductor

Wraps common clustering algorithms in an easily extended S4 framework. Backends are implemented for hierarchical, k-means and graph-based clustering. Several utilities are also provided to compare and evaluate clustering results.

Authors:Aaron Lun [aut, cre], Stephanie Hicks [ctb], Basil Courbayre [ctb], Tuomas Borman [ctb], Leo Lahti [ctb]

bluster_1.23.0.tar.gz
bluster_1.23.0.zip(r-4.7)bluster_1.23.0.zip(r-4.6)bluster_1.23.0.zip(r-4.5)
bluster_1.23.0.tgz(r-4.6-x86_64)bluster_1.23.0.tgz(r-4.6-arm64)bluster_1.23.0.tgz(r-4.5-x86_64)bluster_1.23.0.tgz(r-4.5-arm64)
bluster_1.23.0.tar.gz(r-4.7-arm64)bluster_1.23.0.tar.gz(r-4.7-x86_64)bluster_1.23.0.tar.gz(r-4.6-arm64)bluster_1.23.0.tar.gz(r-4.6-x86_64)
bluster_1.23.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
bluster/json (API)

# Install 'bluster' in R:
install.packages('bluster', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))
Uses libs:
  • c++– GNU Standard C++ Library v3

On BioConductor:bluster-1.23.0(bioc 3.24)bluster-1.22.0(bioc 3.23)

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

immunooncologysoftwaregeneexpressiontranscriptomicssinglecellclusteringcpp

8.89 score 60 packages 1.1k scripts 39 exports 35 dependencies

Last updated from:94af1a5518. Checks:1 WARNING, 11 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
bioc-checksWARNING553
linux-devel-arm64NOTE547
linux-devel-x86_64NOTE702
source / vignettesOK1062
linux-release-arm64NOTE543
linux-release-x86_64NOTE663
macos-release-arm64NOTE196
macos-release-x86_64NOTE339
macos-oldrel-arm64NOTE224
macos-oldrel-x86_64NOTE469
windows-develNOTE899
windows-releaseNOTE779
windows-oldrelNOTE960
wasm-releaseOK776

Exports:.defaultScalarArguments.extractScalarArguments.showScalarArgumentsAffinityParamAgnesParamapproxSilhouettebootstrapStabilitycenterscenters<-ClaraParamclusterRMSDclusterRowsclusterSweepcompareClusteringsDbscanParamDianaParamDmmParamHclustParamKmeansParamKNNGraphParamlinkClusterslinkClustersMatrixmakeKNNGraphmakeSNNGraphMbkmeansParammergeCommunitiesneighborPurityneighborsToKNNGraphneighborsToSNNGraphnestedClustersNNGraphParampairwiseModularitypairwiseRandPamParamshowSNNGraphParamSomParamTwoStepParamupdateObject

Dependencies:abindassortheadbeachmatBHBiocGenericsBiocNeighborsBiocParallelcliclustercodetoolscpp11DelayedArrayformatRfutile.loggerfutile.optionsgenericsglueigraphIRangeslambda.rlatticelifecyclemagrittrMatrixMatrixGenericsmatrixStatspkgconfigRcpprlangS4ArraysS4VectorssnowSparseArrayvctrsXVector

Flexible clustering for Bioconductor
Introduction | Based on distance matrices | Hierarchical clustering | Affinity propagation | With a fixed number of clusters | $k$-means clustering | Self-organizing maps | Graph-based clustering | Density-based clustering | Two-phase clustering | Obtaining full clustering statistics | Further comments | Session information

Last update: 2021-04-23
Started: 2020-07-19

Assorted clustering diagnostics
Introduction | Computing the silhouette width | Computing the neighborhood purity | Computing per-cluster RMSD | Computing graph modularity | Comparing two clusterings | Bootstrapping cluster stability | Clustering parameter sweeps | Linking clusters | Comparing multiple clusterings | Session information

Last update: 2021-04-21
Started: 2020-07-19

Readme and manuals

Help Manual

Help pageTopics
Define the default arguments.defaultScalarArguments .defaultScalarArguments,BlusterParam-method .extractScalarArguments .showScalarArguments
Affinity propogationAffinityParam AffinityParam-class clusterRows,ANY,AffinityParam-method show,AffinityParam-method
Agglomerative nesting.defaultScalarArguments,AgnesParam-method AgnesParam AgnesParam-class clusterRows,ANY,AgnesParam-method show,AgnesParam-method
Approximate silhouette widthapproxSilhouette
The BlusterParam classBlusterParam-class show,BlusterParam-method [[,BlusterParam-method [[<-,BlusterParam-method
Assess cluster stability by bootstrappingbootstrapStability
Clustering Large Applications.defaultScalarArguments,ClaraParam-method ClaraParam ClaraParam-class clusterRows,ANY,ClaraParam-method show,ClaraParam-method
Compute the RMSD per clusterclusterRMSD
Cluster rows of a matrixclusterRows
Clustering parameter sweepsclusterSweep
Compare pairs of clusteringscompareClusterings
Density-based clustering with DBSCANclusterRows,ANY,DbscanParam-method DbscanParam DbscanParam-class show,DbscanParam-method
Divisive analysis clustering.defaultScalarArguments,DianaParam-method clusterRows,ANY,DianaParam-method DianaParam DianaParam-class show,DianaParam-method
Dirichlet multinomial mixture clusteringclusterRows,ANY,DmmParam-method DmmParam DmmParam-class show,DmmParam-method
The FixedNumberParam classcenters centers,FixedNumberParam-method centers<- centers<-,FixedNumberParam-method FixedNumberParam-class show,FixedNumberParam-method
Hierarchical clustering.defaultScalarArguments,HclustParam-method clusterRows,ANY,HclustParam-method HclustParam HclustParam-class show,HclustParam-method updateObject,HclustParam-method [[,HclustParam-method
The HierarchicalParam class.defaultScalarArguments,HierarchicalParam-method HierarchicalParam-class show,HierarchicalParam-method
K-means clusteringclusterRows,ANY,KmeansParam-method KmeansParam KmeansParam-class show,KmeansParam-method updateObject,KmeansParam-method
Create a graph between different clusteringslinkClusters linkClustersMatrix
Build a nearest-neighbor graphmakeKNNGraph makeSNNGraph neighborsToKNNGraph neighborsToSNNGraph
Mini-batch k-means clusteringclusterRows,ANY,MbkmeansParam-method MbkmeansParam MbkmeansParam-class show,MbkmeansParam-method
Merge communities from graph-based clusteringmergeCommunities
Compute neighborhood purityneighborPurity
Map nested clusteringsnestedClusters
Graph-based clusteringclusterRows,ANY,KNNGraphParam-method clusterRows,ANY,SNNGraphParam-method KNNGraphParam KNNGraphParam-class NNGraphParam NNGraphParam-class show,NNGraphParam-method SNNGraphParam SNNGraphParam-class
Compute pairwise modularitypairwiseModularity
Compute pairwise Rand indicespairwiseRand
Partitioning around medoids.defaultScalarArguments,PamParam-method clusterRows,ANY,PamParam-method PamParam PamParam-class show,PamParam-method
Clustering with self-organizing mapsclusterRows,ANY,SomParam-method show,SomParam-method SomParam SomParam-class
Two step clustering with vector quantizationclusterRows,ANY,TwoStepParam-method show,TwoStepParam-method TwoStepParam TwoStepParam-class