| SMOLR_DBSCAN | R Documentation | 
SMOLR_DBSCAN(x, y, ch, prec, eps, MinPts)
x | 
 X coordinates in nm, a localizations data.frame or a list of data.frames.  | 
y | 
 Y coordinates in nm  | 
ch | 
 Channel number (default=1)  | 
prec | 
 Precision in nm (default=20)  | 
eps | 
 Size of linking radius. (default = 50)  | 
MinPts | 
 Number of minimum points in the eps region (default =50)  | 
returns a r object of the class smolr_dbscan which is a list containing 4 items.
dbscan | 
 the localization   | 
parameters | 
 list of parameters of the given data per channel. Nloc number of localizations, max min and mean of x and y coordinates.  | 
clust_parameters | 
 list of parameters of the given data per DBSCAN cluster.  | 
inputs | 
 list of values that were the input in the function, for back reference  | 
The smolrdata object can be used for plotting, see examples.
Optical Imaging Centre ErasmusMC Rotterdam
dbscan
x <- SMOLR_DBSCAN(smolrdata)
plot(x)
plot(x,hide_noise = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.