.DiskLoad | R Documentation |
Generate a function to load a matrix from an on-disk file
.DiskLoad(x)
## Default S3 method:
.DiskLoad(x)
## S3 method for class ''10xMatrixH5''
.DiskLoad(x)
## S3 method for class 'AnnDataMatrixH5'
.DiskLoad(x)
## S3 method for class 'DelayedMatrix'
.DiskLoad(x)
## S3 method for class 'H5ADMatrix'
.DiskLoad(x)
## S3 method for class 'HDF5Matrix'
.DiskLoad(x)
## S3 method for class 'IterableMatrix'
.DiskLoad(x)
## S3 method for class 'MatrixDir'
.DiskLoad(x)
## S3 method for class 'MatrixH5'
.DiskLoad(x)
## S3 method for class 'TileDBMatrix'
.DiskLoad(x)
x |
A file-backed object |
A one-length character that defines a function to load a matrix from a file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.