scellpam: Applying Partitioning Around Medoids to Single Cell Data with High Number of Cells

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.5
Imports: Rcpp (≥ 1.0.8), memuse (≥ 4.2.1), cluster (≥ 2.1.4)
LinkingTo: Rcpp
Suggests: rmarkdown, knitr, scater, splatter
Published: 2023-10-13
Author: Juan Domingo ORCID iD [aut, cre], Guillermo Ayala ORCID iD [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

Documentation:

Reference manual: scellpam.pdf
Vignettes: jmatrixsc
parallelpamsc
scellpam

Downloads:

Package source: scellpam_1.4.5.tar.gz
Windows binaries: r-devel: scellpam_1.4.5.zip, r-release: scellpam_1.4.5.zip, r-oldrel: scellpam_1.4.5.zip
macOS binaries: r-release (arm64): scellpam_1.4.5.tgz, r-oldrel (arm64): scellpam_1.4.5.tgz, r-release (x86_64): scellpam_1.4.5.tgz
Old sources: scellpam archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=scellpam to link to this page.