FOCAL

FOCAL implements a grid-based clustering algorithm to detect and refine clusters in single-molecule localization microscopy (SMLM) datasets for accurate identification of sub-cellular assemblies.


Key Features:

  • Grid-Based Clustering Algorithm: Employs a grid-based approach for localization clustering that processes data with linear computational scaling O(n) in the number of localizations, contrasted with DBSCAN's O(n log(n)) scaling.
  • Parameter Efficiency: Uses a single set parameter to reduce subjectivity and complexity in parameter selection compared with multi-parameter algorithms such as DBSCAN.
  • Artifact Management: Explicitly accounts for common SMLM reconstruction artifacts to reduce detection of false or pseudo clusters.
  • Out-of-Focus Cluster Filtering: Implements filtering of out-of-focus clusters to improve the reliability of cluster identification in complex SMLM images.

Scientific Applications:

  • dSTORM — RNAP II clusters: Applied to dSTORM datasets to analyze eukaryotic RNA polymerase II (RNAP II) cluster organization.
  • PALM — H-NS clustering: Applied to PALM datasets to assess clustering of the bacterial protein H-NS.

Methodology:

Implements a grid-based clustering algorithm and was evaluated via comparative analysis with DBSCAN on experimental and simulated SMLM datasets, demonstrating O(n) scaling versus DBSCAN's O(n log(n)).

Topics

Details

Tool Type:
command-line tool
Operating Systems:
Linux, Windows, Mac
Programming Languages:
MATLAB
Added:
8/3/2017
Last Updated:
11/25/2024

Operations

Publications

Mazouchi A, Milstein JN. Fast Optimized Cluster Algorithm for Localizations (FOCAL): a spatial cluster analysis for super-resolved microscopy. Bioinformatics. 2015;32(5):747-754. doi:10.1093/bioinformatics/btv630. PMID:26543172.

Documentation

Links