You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cholab-prep/example_xenium-multichannel-config.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@ segmentation:
39
39
min_area: 30# [optional] minimum area (in microns^2) for a cell to not be filtered
40
40
prior_shapes_key: cell_id # [optional] if prior segmentation has been performed, this is the column in the transcript dataframe that indicated the cell that contains the transcript. This doesn't need to be provided if you run cellpose with Sopa.
41
41
unassigned_value: UNASSIGNED # [optional] if prior segmentation has been performed and if 'cell_key' above is provided, this is the value given to transcript that is not contained inside any cell
42
+
force: true # [optional] if True, ignore failed patches and continue with the successful ones
43
+
delete_cache: true # [optional] whether to delete the cache after segmentation
44
+
recover: false # [optional] if True, recover the cache from a failed segmentation, and continue
42
45
config: # [this is the baysor config, as in https://github.com/kharchenkolab/Baysor]
43
46
data:
44
47
exclude_genes: "NegControl*,BLANK_*,antisense_*,Blank*"# genes excluded from the Baysor segmentation
0 commit comments