Read and write objects to/from files
Alias of read_obj
Save an object to a file
Alias of save_obj
Usage
read_obj(
file,
type = c("auto", "qs2", "rds", "h5seurat", "h5ad", "txt", "csv", "tsv"),
...
)
load_obj(
file,
type = c("auto", "qs2", "rds", "h5seurat", "h5ad", "txt", "csv", "tsv"),
...
)
save_obj(
obj,
file,
type = c("auto", "qs2", "rds", "h5seurat", "h5ad", "txt", "csv", "tsv"),
...
)
write_obj(
obj,
file,
type = c("auto", "qs2", "rds", "h5seurat", "h5ad", "txt", "csv", "tsv"),
...
)