Run two-step streaming conversion via a temp h5seurat file
Source:R/StreamHDF5.R
dot-stream_composite_via_h5seurat.RdCreates a temp h5seurat file, streams source -> h5seurat, then h5seurat -> dest. The temp file is deleted on exit.
Arguments
- source
Input file path
- dest
Output file path
- step1_fn
Function to convert source -> h5seurat (temp)
- step2_fn
Function to convert h5seurat (temp) -> dest
- step1_args
Named list of additional args for step1_fn
- step2_args
Named list of additional args for step2_fn
- gzip
Integer gzip compression level
- verbose
Logical