---
title: "AlphaFind: Machine Learning and Clustering Enable Fast 3D Structure Similarity Search"
description: AlphaFind, a machine learning tool that identifies similar protein structures from the AlphaFold 2 database, overcoming limitations of existing tools.
image: https://info.genophore.com/hubfs/Thumbnail%20Themes%20(17).svg
---

[Skip to content](https://info.genophore.com/posts/alphafind-machine-learning-and-clustering-enable-fast-3d-structure-similarity-search#main-content)

[![Genophore](https://info.genophore.com/hubfs/Imported%20sitepage%20images/203149784d2ad8223028.svg "Genophore")](https://www.genophore.com)

- Products 
    - [Molecular Biology Suite](https://genophore.com/products/molecular_biology_suite/)
    - [Protein Sciences and Antibody Discovery](https://genophore.com/products/protein_sciences_and_antibody_discovery/)
    - [Structural Enablement](https://genophore.com/products/structural_enablement/)
    - [Connecting Biological and Chemical Knowledge](https://genophore.com/products/connecting_biological_and_chemical_knowledge/)
    - [Electronic Lab Notebook](https://genophore.com/products/electronic_lab_notebook/)
- Technologies 
    - [Data and Sequence Visualization](https://genophore.com/technologies/data_and_sequence_visualization/)
    - [Protein and DNA Parts Builder](https://genophore.com/technologies/protein_and_dna_parts_builder/)
    - [Workflows Builder](https://genophore.com/technologies/workflows_builder/)
    - [Customizable Data Structures](https://genophore.com/technologies/customizable_data_structures/)
- Solutions 
    - [Biopharmaceuticals & Biotech R&D](https://genophore.com/technologies/biotech_research_and_development/)
    - [Life Sciences](https://genophore.com/technologies/life_sciences/)
- [Pricing](https://genophore.com/pricing/)
- [Tools](https://info.genophore.com/tools)
- [Blog](https://info.genophore.com/blog)
- [Contact Us](https://genophore.com/contact/)

- [Try Now](https://www.genophore.com/app)

- [Protein Design](https://info.genophore.com/posts/tag/protein-design)
- [Structure Prediction](https://info.genophore.com/posts/tag/structure-prediction)
- [Generative Design](https://info.genophore.com/posts/tag/generative-design)
- [Bioinformatics](https://info.genophore.com/posts/tag/bioinformatics)

# AlphaFind: Machine Learning and Clustering Enable Fast 3D Structure Similarity Search

 June 17, 2024

![Genophore](https://info.genophore.com/hubfs/Genophore_Profile_Logo_2024.png)

[Genophore](https://info.genophore.com/posts/author/genophore)

AlphaFind: Machine Learning and Clustering Enable Proteome-Wide Fast 3D Structure Similarity Search

Procházka et al. recently reported AlphaFind which employs a machine learning model to discover the most similar ternary structures of a given protein using AlphaFold 2 (AF2) database.

AlphaFind attempts to overcome the limitations of existing protein search tools such as Foldseek, 3D-SURFER, and Dali server. The Dali server and the 3D-SURFER do not scale well to large protein structural data. Foldseek does not support the entire AF database as it uses a pre-clustered 52-million subset of the >200-million AF database. In addition, Foldseek focuses on local interactions between residues and neighbors, limiting its use for similarity search.

![m_gkae397fig1](https://info.genophore.com/hs-fs/hubfs/m_gkae397fig1.jpeg?width=520&height=1148&name=m_gkae397fig1.jpeg)

The protein data bank has accumulated more than 200,000 experimentally determined protein structures over seven decades. This data was used to train the AF2 model that was in turn used to predict, with high accuracy, more than 200 million protein structures housed in the AF database. This massive amount of structural data requires fast methods to organize, explore, and utilize them efficiently.

AlphaFind is a protein structure search tool that extracts protein 3D features and represents the structures using a previously reported compact data embedding method, combined with data clustering and a machine learning model to identify the most similar structures to a given query.

The input to AlphaFind is the UniProt ID, PDB ID, or relevant gene ID for a given protein, while the output is a set of proteins similar to the query.

When given a query, the sequence of events implemented by AlphaFind include:

1️⃣ Converting the input into a UniProt ID  
2️⃣ Identifying the associated candidate proteins  
3️⃣ Calculating global and local similarity  
4️⃣ Retrieving metadata for query and results from AF database  
5️⃣ Superposing and visualizing pairs of input and output using NGL viewer, with results also linked to Mol\*  
6️⃣ Optional expanding of search results  
7️⃣ Downloading of search results.

While AlphaFind is an incredible resource, it does have some limitations. AlphaFind was developed on top of relatively older AF2 version 3, prior to the release of version 4. Trading of computational load for precision, the results returned by AlphaFind for a given query are approximate and may not always contain all the most similar structures. Also, AlphaFind considers all segments of the entire AF2 structure equally, and does not distinguish between structured and unstructured (i.e. high and low confident regions), hence potentially biasing search results.

### References

Paper: [AlphaFind: discover structure similarity across the proteome in AlphaFold DB](https://academic.oup.com/nar/article/doi/10.1093/nar/gkae397/7673488?login=false)   
GitHub: [https://github.com/Coda-Research-Group/AlphaFind](https://github.com/Coda-Research-Group/AlphaFind)   
Web app: [https://alphafind.fi.muni.cz/search](https://alphafind.fi.muni.cz/search)   
Manual: [https://github.com/Coda-Research-Group/AlphaFind/wiki/Manual](https://github.com/Coda-Research-Group/AlphaFind/wiki/Manual) 

 Blog Post

## Related Articles

[![](https://info.genophore.com/hubfs/Thumbnail%20Themes%20(24).svg)](https://info.genophore.com/posts/carbondesign-inverting-alphafold2-for-the-inverse-folding-problem)

### [CarbonDesign: Inverting AlphaFold2 for the Inverse Folding Problem](https://info.genophore.com/posts/carbondesign-inverting-alphafold2-for-the-inverse-folding-problem)

 June 1, 2024

[Protein Design](https://info.genophore.com/posts/tag/protein-design) [Structure Prediction](https://info.genophore.com/posts/tag/structure-prediction) [Generative Design](https://info.genophore.com/posts/tag/generative-design) [Bioinformatics](https://info.genophore.com/posts/tag/bioinformatics)

[![Illustrative image depicting various themes through colorful thumbnail icons. Each icon represents a different category or topic, designed in a vibrant and visually appealing style of a protein structure](https://info.genophore.com/hubfs/Thumbnail%20Themes%20(6).svg)](https://info.genophore.com/posts/af-cluster-how-to-predict-protein-structural-conformations-using-sequence-similarity-clustering)

### [AF-Cluster: How to predict protein structural conformations using sequence similarity clustering?](https://info.genophore.com/posts/af-cluster-how-to-predict-protein-structural-conformations-using-sequence-similarity-clustering)

 June 8, 2024

[Protein Design](https://info.genophore.com/posts/tag/protein-design) [ML/AI](https://info.genophore.com/posts/tag/ml-ai) [Molecular Dynamics](https://info.genophore.com/posts/tag/molecular-dynamics)

[![AlphaFold 3 (AF3) advances computational structural biology with enhanced biomolecular modeling, atomic-level representation, generative prediction, and architectural simplifications, surpassing AF2 and AF2-Multimer.](https://info.genophore.com/hubfs/alphafols2-vs-alphafold3.svg)](https://info.genophore.com/posts/alphafold-3-vs-alphafold-2/alphafold2-multimer-a-summary)

### [AlphaFold 3 vs AlphaFold 2/Multimer: A Summary](https://info.genophore.com/posts/alphafold-3-vs-alphafold-2/alphafold2-multimer-a-summary)

 May 15, 2024

[Structure Prediction](https://info.genophore.com/posts/tag/structure-prediction) [ML/AI](https://info.genophore.com/posts/tag/ml-ai) [Drug Discovery](https://info.genophore.com/posts/tag/drug-discovery)

##### Genophore

- [Contact Us](https://genophore.com/contact/)
- contact@genophore.com

8 The Green

Dover DE 19901

United States

[Follow us on LinkedIn](https://www.linkedin.com/company/genophore-inc/) [Follow us on Twitter](https://twitter.com/Genophore_Inc/)

##### Products

- [Molecular Biology Suite](https://genophore.com/products/molecular_biology_suite/)
- [Protein Sciences and Antibody Discovery](https://genophore.com/products/protein_sciences_and_antibody_discovery/)
- [Structural Enablement](https://genophore.com/products/structural_enablement/)
- [Connecting Biological and Chemical Knowledge](https://genophore.com/products/connecting_biological_and_chemical_knowledge/)
- [Electronic Lab Notebook](https://genophore.com/products/electronic_lab_notebook/)

##### Technologies

- [Data and Sequence Visualization](https://genophore.com/technologies/data_and_sequence_visualization/)
- [Protein and DNA Parts Builder](https://genophore.com/technologies/protein_and_dna_parts_builder/)
- [Workflows Builder](https://genophore.com/technologies/workflows_builder/)
- [Customizable Data Structures](https://genophore.com/technologies/customizable_data_structures/)

##### Solutions

- [Biopharmacuticals and Biotech R&D](https://genophore.com/technologies/biotech_research_and_development/)
- [Life Sciences](https://genophore.com/technologies/life_sciences/)

---

©2024 Genophore

- [Terms of Use](https://genophore.com/terms/)
- [Privacy Policy](https://genophore.com/privacy/)

```json
{
  "@context" : "https://schema.org",
  "@type" : "BlogPosting",
  "author" : {
    "@type" : "Person",
    "name" : "Genophore",
    "url" : "https://info.genophore.com/posts/author/genophore"
  },
  "dateModified" : "2024-07-07T20:12:31.951Z",
  "datePublished" : "2024-06-17T17:20:00.000Z",
  "headline" : "AlphaFind: Machine Learning and Clustering Enable Fast 3D Structure Similarity Search",
  "image" : [ "https://info.genophore.com/hubfs/Thumbnail%20Themes%20(17).svg" ],
  "mainEntityOfPage" : {
    "@id" : "https://info.genophore.com/posts/alphafind-machine-learning-and-clustering-enable-fast-3d-structure-similarity-search",
    "@type" : "WebPage"
  },
  "publisher" : {
    "@type" : "Organization",
    "logo" : {
      "@type" : "ImageObject"
    }
  }
}
```