Package: beachmat 2.23.1

Aaron Lun

beachmat: Compiling Bioconductor to Handle Each Matrix Type

Provides a consistent C++ class interface for reading from a variety of commonly used matrix types. Ordinary matrices and several sparse/dense Matrix classes are directly supported, along with a subset of the delayed operations implemented in the DelayedArray package. All other matrix-like objects are supported by calling back into R.

Authors:Aaron Lun [aut, cre], Hervé Pagès [aut], Mike Smith [aut]

beachmat_2.23.1.tar.gz
beachmat_2.23.1.zip(r-4.5)beachmat_2.23.1.zip(r-4.4)beachmat_2.23.1.zip(r-4.3)
beachmat_2.23.1.tgz(r-4.4-x86_64)beachmat_2.23.1.tgz(r-4.4-arm64)beachmat_2.23.1.tgz(r-4.3-x86_64)beachmat_2.23.1.tgz(r-4.3-arm64)
beachmat_2.23.1.tar.gz(r-4.5-noble)beachmat_2.23.1.tar.gz(r-4.4-noble)
beachmat_2.23.0.tgz(r-4.4-emscripten)beachmat_2.23.1.tgz(r-4.3-emscripten)
beachmat.pdf |beachmat.html
beachmat/json (API)
NEWS

# Install 'beachmat' in R:
install.packages('beachmat', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/tatami-inc/beachmat/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On BioConductor:beachmat-2.21.9(bioc 3.21)beachmat-2.22.0(bioc 3.20)

datarepresentationdataimportinfrastructurebioconductor-packagehuman-cell-atlasmatrix-library

10.94 score 4 stars 136 packages 21 scripts 28k downloads 3 mentions 29 exports 17 dependencies

Last updated 8 days agofrom:90f09bbcd4. Checks:OK: 1 ERROR: 8. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 12 2024
R-4.5-win-x86_64ERRORNov 12 2024
R-4.5-linux-x86_64ERRORNov 12 2024
R-4.4-win-x86_64ERRORNov 12 2024
R-4.4-mac-x86_64ERRORNov 12 2024
R-4.4-mac-aarch64ERRORNov 12 2024
R-4.3-win-x86_64ERRORNov 12 2024
R-4.3-mac-x86_64ERRORNov 12 2024
R-4.3-mac-aarch64ERRORNov 12 2024

Exports:checkMemoryCachecolBlockApplyflushMemoryCacheinitializeCppisFileBackedMatrixrealizeFileBackedMatrixrowBlockApplytatami.arithtatami.binarytatami.bindtatami.columntatami.column.sumstatami.comparetatami.dimtatami.is.sparsetatami.logtatami.logictatami.mathtatami.multiplytatami.nottatami.prefer.rowstatami.realizetatami.roundtatami.rowtatami.row.sumstatami.subsettatami.transposetoCsparsewhichNonZero

Dependencies:abindassortheadBiocGenericscrayonDelayedArraygenericsIRangeslatticeMatrixMatrixGenericsmatrixStatsRcppS4ArraysS4VectorsSparseArrayXVectorzlibbioc

Developing packages with beachmat

Rendered fromlinking.Rmdusingknitr::rmarkdownon Nov 12 2024.

Last update: 2024-10-17
Started: 2018-03-13

Readme and manuals

Help Manual

Help pageTopics
Check the in-memory cache for matrix instancescheckMemoryCache flushMemoryCache
Apply over blocks of columns or rowscolBlockApply rowBlockApply
Initialize matrix in C++ memory spaceinitializeCpp initializeCpp,ANY-method initializeCpp,DelayedAbind-method initializeCpp,DelayedAperm-method initializeCpp,DelayedMatrix-method initializeCpp,DelayedNaryIsoOp-method initializeCpp,DelayedSetDimnames-method initializeCpp,DelayedSubset-method initializeCpp,DelayedUnaryIsoOpStack-method initializeCpp,DelayedUnaryIsoOpWithArgs-method initializeCpp,dgCMatrix-method initializeCpp,dgeMatrix-method initializeCpp,dgRMatrix-method initializeCpp,externalptr-method initializeCpp,lgCMatrix-method initializeCpp,lgeMatrix-method initializeCpp,lgRMatrix-method initializeCpp,matrix-method initializeCpp,SVT_SparseMatrix-method
Realize a file-backed DelayedMatrixisFileBackedMatrix realizeFileBackedMatrix
Tatami utilitiestatami-utils tatami.arith tatami.binary tatami.bind tatami.column tatami.column.sums tatami.compare tatami.dim tatami.is.sparse tatami.log tatami.logic tatami.math tatami.multiply tatami.not tatami.prefer.rows tatami.realize tatami.round tatami.row tatami.row.sums tatami.subset tatami.transpose
Convert a SparseMatrix to a CsparseMatrixtoCsparse
Find non-zero entries of a matrixwhichNonZero