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)

Arguments

directory_path

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

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 April 7, 2024, 9:24 p.m.