load_monocle_objects: Load a full Monocle3 cell_data_set.

View source: R/io.R

load_monocle_objectsR Documentation

Load a full Monocle3 cell_data_set.

Description

Load a full Monocle3 cell_data_set, which was saved using save_monocle_objects(). For more information read the help information for save_monocle_objects().

Usage

load_monocle_objects(directory_path, matrix_control = list())

Arguments

directory_path

a string giving the name of the directory from which to read the saved cell_data_set files.

matrix_control

a list that is used only to set the BPCells matrix path when the saved cell_data_set has the counts matrix stored as a BPCells on-disk matrix. By default, the BPCells matrix directory path is set to the current working directory.

Value

a cell_data_set.

Examples

  ## Not run: 
    cds <- load_a549()
    save_monocle_objects(cds, 'mo')
    cds1 <- load_monocle_objects('mo')
  
## End(Not run)


cole-trapnell-lab/monocle3 documentation built on June 11, 2025, 11:22 p.m.