Diversity clustering penalty parameter. Specify for each variable in group.by.vars. theta=0 does not encourage any diversity. Larger values of theta result in more diverse clusters.”
double, default: 2
Neighbour calculation
Name
Description
Attributes
--uns_neighbors
In which .uns slot to store various neighbor output objects.
string, default: "neighbors"
--obsp_neighbor_distances
In which .obsp slot to store the distance matrix between the resulting neighbors.
string, default: "distances"
--obsp_neighbor_connectivities
In which .obsp slot to store the connectivities matrix between the resulting neighbors.
string, default: "connectivities"
Clustering options
Name
Description
Attributes
--obs_cluster
Name of the .obs key under which to add the cluster labels.
string, default: "leiden"
--leiden_resolution
Control the coarseness of the clustering. Higher values lead to more clusters.
double, default: 1
Umap options
Name
Description
Attributes
--obsm_umap
In which .obsm slot to store the resulting UMAP embedding.