Package: filematrix 1.3
filematrix: File-Backed Matrix Class with Convenient Read and Write Access
Interface for working with large matrices stored in files, not in computer memory. Supports multiple non-character data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4 byte real values). Access to parts of the matrix is done by indexing, exactly as with usual R matrices. Supports very large matrices. Tested on multi-terabyte matrices. Allows for more than 2^32 rows or columns. Allows for quick addition of extra columns to a filematrix. Cross-platform as the package has R code only.
Authors:
filematrix_1.3.tar.gz
filematrix_1.3.zip(r-4.5)filematrix_1.3.zip(r-4.4)filematrix_1.3.zip(r-4.3)
filematrix_1.3.tgz(r-4.4-any)filematrix_1.3.tgz(r-4.3-any)
filematrix_1.3.tar.gz(r-4.5-noble)filematrix_1.3.tar.gz(r-4.4-noble)
filematrix_1.3.tgz(r-4.4-emscripten)filematrix_1.3.tgz(r-4.3-emscripten)
filematrix.pdf |filematrix.html✨
filematrix/json (API)
# Install 'filematrix' in R: |
install.packages('filematrix', repos = c('https://andreyshabalin.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/andreyshabalin/filematrix/issues
Last updated 6 years agofrom:b9b5872b87. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:as.matrixclosecloseAndDeleteFilescolnamescolnames<-fm.createfm.create.from.matrixfm.create.from.text.filefm.loadfm.openrownamesrownames<-
Dependencies:
Filematrix Overview
Rendered fromFM1_UsingFilematrices.Rmd
usingknitr::rmarkdown
on Nov 01 2024.Last update: 2018-01-15
Started: 2017-04-30
Best practices
Rendered fromFM2_Best_Practices.Rmd
usingknitr::rmarkdown
on Nov 01 2024.Last update: 2018-01-15
Started: 2017-04-30
Filematrix vs. bigmemory (packages)
Rendered fromFM3_filematrix_vs_bigmemory.Rmd
usingknitr::rmarkdown
on Nov 01 2024.Last update: 2018-01-15
Started: 2017-04-30
Readme and manuals
Help Manual
Help page | Topics |
---|---|
File-backed numeric matrix. | filematrix-package |
Manipulating file matrices (class '"filematrix"') | as.matrix,filematrix-method colnames,filematrix-method colnames<-,filematrix-method dim,filematrix-method dim<-,filematrix-method dimnames,filematrix-method dimnames<-,filematrix-method filematrix filematrix-class length,filematrix-method rownames,filematrix-method rownames<-,filematrix-method [.filematrix [<-.filematrix |
Functions to Create a New, or Open an Existing Filematrix | close,filematrix-method closeAndDeleteFiles fm.create fm.create.from.matrix fm.create.from.text.file fm.load fm.open |