dolomite_sce package¶
Submodules¶
dolomite_sce.read_single_cell_experiment module¶
dolomite_sce.save_single_cell_experiment module¶
- dolomite_sce.save_single_cell_experiment.save_single_cell_experiment(x, path, data_frame_args=None, assay_args=None, rdim_args=None, alt_expts_args=None, **kwargs)[source]¶
Method for saving
SingleCellExperimentobjects to their corresponding file representations, seesave_object()for details.- Parameters:
x (
SingleCellExperiment) – Object to be staged.path (
str) – Path to a directory in which to savex.data_frame_args (
dict) – Further arguments to pass to thesave_objectmethod for the row/column data.assay_args (
dict) – Further arguments to pass to thesave_objectmethod for the assays.rdim_args (
dict) – Further arguments to pass to thesave_objectmethod for the reduced dimensions.alt_expts_args (
dict) – Further arguments to pass to thesave_objectmethod for the alternative experiments.kwargs – Further arguments.
- Returns:
xis saved to path.