Skip to content

scellpam

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

v1.4.6.2 · Jul 18, 2024 · GPL (>= 2)

Description

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.

Downloads

217

Last 30 days

21118th

606

Last 90 days

2.3K

Last year

Trend: +3.3% (30d vs prior 30d)

CRAN Check Status

6 NOTE
8 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 NOTE
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (6 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘scellpam/libs/scellpam.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘scellpam/libs/scellpam.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-windows-x86_64

compiled code

File 'scellpam/libs/x64/scellpam.dll':
  Found non-API call to R: 'R_UnboundValue'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE r-oldrel-macos-arm64

installed package size

installed size is 18.8Mb
  sub-directories of 1Mb or more:
    libs  18.2Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 18.0Mb
  sub-directories of 1Mb or more:
    libs  17.4Mb
NOTE r-patched-linux-x86_64

compiled code

File ‘scellpam/libs/scellpam.so’:
  Found non-API call to R: ‘R_UnboundValue’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is 18.8Mb
  sub-directories of 1Mb or more:
    libs  18.2Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 18.0Mb
  sub-directories of 1Mb or more:
    libs  17.4Mb

Dependency Network

Dependencies Reverse dependencies Rcpp memuse cluster scellpam

Version History

new 1.4.6.2 Mar 10, 2026
updated 1.4.6.2 ← 1.4.6.1 diff Jul 17, 2024
updated 1.4.6.1 ← 1.4.5 diff Jul 2, 2024
updated 1.4.5 ← 1.4.4 diff Oct 12, 2023
updated 1.4.4 ← 1.4.1 diff Jun 23, 2023
updated 1.4.1 ← 1.4 diff Jan 8, 2023
new 1.4 Nov 27, 2022