Package: bluster 1.23.0
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:
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✨
card.svg |card.png
bluster/json (API)
NEWS
| # Install 'bluster' in R: |
| install.packages('bluster', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
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
Last updated from:94af1a5518. Checks:1 WARNING, 11 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| bioc-checks | WARNING | 247 | ||
| linux-devel-arm64 | NOTE | 288 | ||
| linux-devel-x86_64 | NOTE | 324 | ||
| source / vignettes | OK | 390 | ||
| linux-release-arm64 | NOTE | 305 | ||
| linux-release-x86_64 | NOTE | 341 | ||
| macos-release-arm64 | NOTE | 342 | ||
| macos-release-x86_64 | NOTE | 346 | ||
| macos-oldrel-arm64 | NOTE | 352 | ||
| macos-oldrel-x86_64 | NOTE | 659 | ||
| windows-devel | NOTE | 1294 | ||
| windows-release | NOTE | 1203 | ||
| windows-oldrel | NOTE | 1054 | ||
| wasm-release | OK | 222 |
Exports:.defaultScalarArguments.extractScalarArguments.showScalarArgumentsAffinityParamAgnesParamapproxSilhouettebootstrapStabilitycenterscenters<-ClaraParamclusterRMSDclusterRowsclusterSweepcompareClusteringsDbscanParamDianaParamDmmParamHclustParamKmeansParamKNNGraphParamlinkClusterslinkClustersMatrixmakeKNNGraphmakeSNNGraphMbkmeansParammergeCommunitiesneighborPurityneighborsToKNNGraphneighborsToSNNGraphnestedClustersNNGraphParampairwiseModularitypairwiseRandPamParamshowSNNGraphParamSomParamTwoStepParamupdateObject
Dependencies:abindassortheadbeachmatBHBiocGenericsBiocNeighborsBiocParallelcliclustercodetoolscpp11DelayedArrayformatRfutile.loggerfutile.optionsgenericsglueigraphIRangeslambda.rlatticelifecyclemagrittrMatrixMatrixGenericsmatrixStatspkgconfigRcpprlangS4ArraysS4VectorssnowSparseArrayvctrsXVector
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Define the default arguments | .defaultScalarArguments .defaultScalarArguments,BlusterParam-method .extractScalarArguments .showScalarArguments |
| Affinity propogation | AffinityParam 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 width | approxSilhouette |
| The BlusterParam class | BlusterParam-class show,BlusterParam-method [[,BlusterParam-method [[<-,BlusterParam-method |
| Assess cluster stability by bootstrapping | bootstrapStability |
| Clustering Large Applications | .defaultScalarArguments,ClaraParam-method ClaraParam ClaraParam-class clusterRows,ANY,ClaraParam-method show,ClaraParam-method |
| Compute the RMSD per cluster | clusterRMSD |
| Cluster rows of a matrix | clusterRows |
| Clustering parameter sweeps | clusterSweep |
| Compare pairs of clusterings | compareClusterings |
| Density-based clustering with DBSCAN | clusterRows,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 clustering | clusterRows,ANY,DmmParam-method DmmParam DmmParam-class show,DmmParam-method |
| The FixedNumberParam class | centers 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 clustering | clusterRows,ANY,KmeansParam-method KmeansParam KmeansParam-class show,KmeansParam-method updateObject,KmeansParam-method |
| Create a graph between different clusterings | linkClusters linkClustersMatrix |
| Build a nearest-neighbor graph | makeKNNGraph makeSNNGraph neighborsToKNNGraph neighborsToSNNGraph |
| Mini-batch k-means clustering | clusterRows,ANY,MbkmeansParam-method MbkmeansParam MbkmeansParam-class show,MbkmeansParam-method |
| Merge communities from graph-based clustering | mergeCommunities |
| Compute neighborhood purity | neighborPurity |
| Map nested clusterings | nestedClusters |
| Graph-based clustering | clusterRows,ANY,KNNGraphParam-method clusterRows,ANY,SNNGraphParam-method KNNGraphParam KNNGraphParam-class NNGraphParam NNGraphParam-class show,NNGraphParam-method SNNGraphParam SNNGraphParam-class |
| Compute pairwise modularity | pairwiseModularity |
| Compute pairwise Rand indices | pairwiseRand |
| Partitioning around medoids | .defaultScalarArguments,PamParam-method clusterRows,ANY,PamParam-method PamParam PamParam-class show,PamParam-method |
| Clustering with self-organizing maps | clusterRows,ANY,SomParam-method show,SomParam-method SomParam SomParam-class |
| Two step clustering with vector quantization | clusterRows,ANY,TwoStepParam-method show,TwoStepParam-method TwoStepParam TwoStepParam-class |
