Find point clounds single cells in a two-dimensional space using density clustering (DBSCAN).
DBClustDimension(object, dim.1 = 1, dim.2 = 2, reduction.use = "tsne",
G.use = NULL, set.ident = TRUE, seed.use = 1, ...)
Seurat object
First dimension to use
second dimension to use
Which dimensional reduction to use (either 'pca' or 'ica')
Parameter for the density clustering. Lower value to get more fine-scale clustering
TRUE by default. Set identity class to the results of the density clustering. Unassigned cells (cells that cannot be assigned a cluster) are placed in cluster 1, if there are any.
Random seed for the dbscan function
Additional arguments to be passed to the dbscan function