This initialize scdb to a certain directory. The object will then allow loading. chaching and saving of different objects, including matrix, gene statictics, cell graphs, metacell covers, and more

scdb_init(base_dir, force_reinit = F, allow_skip = F)

Examples

if (FALSE) {
# we first initialize a db object
scdb_init("workdir")
scdb_ls("mat")
}