write_tome_dgCMatrix: Generalized write for dgCMatrix objects to a tome file

Description Usage Arguments

View source: R/write_tome_lowlevel.R

Description

Generalized write for dgCMatrix objects to a tome file

Usage

1
2
write_tome_dgCMatrix(mat, tome, target, overwrite = NULL,
  compression_level = 4)

Arguments

mat

The dgCMatrix object to store

tome

Path to the target tome file

target

The target location within the tome file

overwrite

logical, whether or not to overwrite existing objects. Default = FALSE.

compression_level

The compression level to use for long vectors x and i between 0 and 9. Default = 4.


AllenInstitute/scrattch.io documentation built on Nov. 17, 2021, 10:06 a.m.