API Reference#
This section documents the main Python interfaces in DeepSpatial. Use it as a quick entry point when you need class, function, and module-level details.
Module Guide#
core: High-level orchestration APIs for data setup, training, and reconstruction workflows.
module: Training and execution modules that power model lifecycle operations.
models: Model architecture components and supporting neural building blocks.
vis_utils: Visualization utilities for 3D labels, expression patterns, and projection-based checks.
data_utils: Dataset processing utilities and transport-related data helpers.
- Core
- Module
- Models
- Visualization Utilities
- deepspatial.vis_utils.plot_3d_labels
- deepspatial.vis_utils.plot_virtual_slice
- deepspatial.vis_utils.plot_orthogonal_projections
- deepspatial.vis_utils.plot_z_distribution
- deepspatial.vis_utils.interactive_3d_labels
- deepspatial.vis_utils.interactive_3d_expression
- deepspatial.vis_utils.interactive_spatial_range_widget
- Data Utilities