merge.yaml Reference
This configuration file corresponds to spatialsnake useful_tool --option=merge and is used for object merging and external annotation write-back.
Parameter |
Default |
Description |
|---|---|---|
|
|
Output directory for merged results |
|
|
Merge strategy, such as |
|
|
Whether to reorder cluster labels |
|
|
Whether to rebuild sample names |
|
|
Name of the clustering field |
|
|
Path to an external annotation file for the |
|
|
Cell ID column name in the external annotation file |
|
|
Label column name in the external annotation file |
|
|
Cell ID column name in the input object |
|
|
Target column name for annotation write-back |
|
|
Original label column used as a fallback reference |
Tuning suggestions
For standard merging,
merge_byandoutput_dirare usually sufficient.For external annotation write-back, first verify that
csv_cell_colandinput_cell_colmatch correctly.When writing back new labels, it is usually better to change
target_coland preserve the originalcelltypecolumn for traceability.