clustering.yaml Reference
This configuration file corresponds to --option=clustering and controls low-dimensional embedding, neighbor graph construction, and clustering.
Parameter |
Default |
Description |
|---|---|---|
|
|
Fixed identifier for the analysis stage |
|
|
Root directory for analysis outputs |
|
|
Root directory for raw input data |
|
|
Path to the sample list file |
|
|
Platform type |
|
|
Analysis channel |
|
|
Whether to generate an additional tSNE plot |
|
|
UMAP |
|
|
UMAP |
|
|
Clustering algorithm selection |
|
|
Resolution for Leiden or Louvain clustering |
|
|
Number of clusters for KMeans |
|
|
Number of principal components used for dimensionality reduction |
|
|
BANKSY geometric neighbor parameter |
|
|
BANKSY neighborhood order |
|
|
Strategy for neighborhood weight decay |
|
|
Weight for spatial enhancement |
|
|
Whether to use the sketched object for clustering label propagation |
|
|
Number of PCs used in clustering |
|
|
Number of neighbors used for the neighbor graph |
Tuning suggestions
In a standard workflow, start with
cluster_algorithm=leidenand then tuneresolutionandpcs.If spatial continuity is important, explore spatial enhancement settings such as
k_geomandlambda_list.If
sketchwas enabled duringpreprocess, it should also be enabled at this stage.