Perform DBSCAN clustering for given 3D coordinates.
pointCluster(xyz, eps = "auto", quite = FALSE, ...)
An object of class dbscan_fast.
xyz <- readRDS(system.file('extdata', '4DNFI1UEG1HD.chr21.FLAMINGO.res.rds',
package='geomeTriD'))
pc <- pointCluster(xyz)
#> eps is set to 1.92420018162681e-06