load_monocle_objects | R Documentation |
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().
load_monocle_objects(directory_path, matrix_control = list())
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. |
a cell_data_set.
## Not run:
cds <- load_a549()
save_monocle_objects(cds, 'mo')
cds1 <- load_monocle_objects('mo')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.