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)
directory_path |
a string giving the name of the directory from which to read the saved cell_data_set files. |
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.