PAM (Partitioning Around Medoids) algorithm application to samples of single cell sequencing techniques with a high number of cells (as many as the computer memory allows). The package uses a binary format to store matrices (either full, sparse or symmetric) in files written in the disk that can contain any data type (not just double) which allows its manipulation when memory is sufficient to load them as int or float, but not as double. The PAM implementation is done in parallel, using several/all the cores of the machine, if it has them. This package shares a great part of its code with packages 'jmatrix' and 'parallelpam' but their functionality is included here so there is no need to install them.
Version: | 1.4.6.2 |
Imports: | Rcpp (≥ 1.0.8), memuse (≥ 4.2.1), cluster (≥ 2.1.4) |
LinkingTo: | Rcpp |
Suggests: | rmarkdown, knitr, scater, splatter |
Published: | 2024-07-18 |
DOI: | 10.32614/CRAN.package.scellpam |
Author: | Juan Domingo [aut, cre], Guillermo Ayala [ctb], Spanish Ministry of Science and Innovation, MCIN/AEI <doi:10.13039/501100011033> [fnd] |
Maintainer: | Juan Domingo <Juan.Domingo at uv.es> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
Citation: | scellpam citation info |
Materials: | NEWS |
CRAN checks: | scellpam results |
Reference manual: | scellpam.pdf |
Vignettes: |
jmatrixsc parallelpamsc scellpam |
Package source: | scellpam_1.4.6.2.tar.gz |
Windows binaries: | r-devel: scellpam_1.4.6.2.zip, r-release: scellpam_1.4.6.2.zip, r-oldrel: scellpam_1.4.6.2.zip |
macOS binaries: | r-release (arm64): scellpam_1.4.6.2.tgz, r-oldrel (arm64): scellpam_1.4.6.2.tgz, r-release (x86_64): scellpam_1.4.6.2.tgz, r-oldrel (x86_64): scellpam_1.4.6.2.tgz |
Old sources: | scellpam archive |
Please use the canonical form https://CRAN.R-project.org/package=scellpam to link to this page.