io.features_to_ome_zarr

io.features_to_ome_zarr(zarr_url, feature_table, table_name='regionprops', label_name='nuclei')

Save features to the OME-ZARR fileset

Parameters

Name Type Description Default
feature_table pd.DataFrame Dataframe with feature measurements generated by feature_table required
zarr_url str Path to the OME-ZARR required
table_name str Folder name of the measured regionprobs features 'regionprops'
label_name str Name of the labels to use for feature measurements 'nuclei'