Find Evolutionary Structural Shifts
find_evolutionary_structural_shiftsQuantify cross-species structural divergence in a gene using AlphaFold TDA fingerprints, with fallback to sequence identity for orthologs lacking models.
Instructions
Quantify cross-species structural and sequence divergence for a gene.
For each ortholog, attempts to fetch the AlphaFold structure and compute
a TDA fingerprint distance against the human structure. When an ortholog
structure is available in AlphaFold DB, the divergence_method is
tda_fingerprint and the distance is the L2 distance between
length-normalised fingerprint vectors. When the ortholog has no
AlphaFold model, the method falls back to sequence_identity
(1 - identity/100).
AlphaFold DB coverage of non-human proteomes is partial: model organisms
(mouse, rat, zebrafish) are well-covered; others may not be. The
divergence_method field on each result tells you which method was
used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||