single_cell_parser
❭ serialize_cell
❭ load_cell_from_file
load_cell_from_file
-
single_cell_parser.serialize_cell.load_cell_from_file(path)
Load a Cell
object from a file in .pickle format.
- Parameters:
path (str) – path to .pickle file
- Returns:
cell object
- Return type:
Cell