Spatial ObjectΒΆ

Import SMURF as:

import smurf as su

spatial_object.spatial_object

A class to represent and manage spatial data, including images, spot information, and cell segmentation.

spatial_object.spatial_object.add_segmentation

Adds segmentation results to the spatial object.

spatial_object.spatial_object.generate_cell_spots_information

Generates cells and spots information and creates a nearest neighbor network.

spatial_object.spatial_object.image_temp

Returns the cropped image based on the specified boundaries.