Increase resolution for a specific set of clusters
findSubcommunities(
con,
target.clusters,
clustering = NULL,
groups = NULL,
method = leiden.community,
...
)
set of clusters with increased resolution
conos object
clusters for which the resolution should be increased
name of clustering in the conos object to use. Either 'clustering' or 'groups' must be provided (default=NULL).
set of clusters to use. Ignored if 'clustering' is not NULL (default=NULL).
function, used to find communities (default=leiden.community).
additional params passed to the community function