Save memory-bound data to disk
save_sc_exp_to_disk.RdHelper function that stores the memory-bound data to disk for checkpointing
or when you close the session for quick recovery of prior work. You have the
option to save as ".rds" or ".qs2" (you need to have the package "qs2"
installed for this option!).
Usage
save_sc_exp_to_disk(object, type = c("qs2", "rds"))