mosaic_find_similar_targets
Find structurally similar protein targets to a query gene using Foldseek TM-score over the AlphaFold PDB corpus. Discovers paralogs and fold analogs for scaffold-hopping and drug repurposing.
Instructions
Structurally similar targets to a given gene, ranked by Foldseek TM-score over the AlphaFold PDB corpus.
Returns the top-k neighbours (default 10) with neighbour metadata (name, target_class, druggability_tier) and the structural-similarity metrics (tm_score normalised over query length, alntmscore over alignment length, evalue, lddt, rmsd). Use for paralog / fold-analog discovery, scaffold-hopping target ideation, and cross-family chemistry repurposing.
Source table is populated by scripts/build_foldseek_index.py. When
the index hasn't been built yet, returns an empty result with a
populate-hint rather than failing — degrades cleanly on fresh DBs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |