Interactome Mutation Impact Analyzer using LlamaIndex and Hugging Face
Mapping autism-related mutations to protein-protein interaction networks requires retrieving high-dimensional structural and functional data. Construct a RAG-driven knowledge graph system using LlamaIndex and Hugging Face models to predict interactome disruption scores. Achieve a Pearson correlation of >= 0.85 against validated experimental perturbation scores.
What you are building
The core problem, expected build, and operating context for this challenge.
Build a structural interactome query engine using LlamaIndex and Hugging Face models to analyze disease mutation effects.
How work is evaluated
Evaluates correlation between predicted interactome disruption scores and experimental binding assay data.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
score_range_check
Ensure disruption score is bounded between 0.0 and 1.0.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
pearson_correlation
Pearson correlation coefficient between predicted and experimental disruption scores • target: 0.85 • range: -1-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Build a domain-specific Knowledge Graph Index with LlamaIndex
Integrate Hugging Face embeddings and ESM protein language models
Calculate protein interaction perturbance scores for missense mutations
Query multi-modal structural proteomic datasets using structured Cypher/SPARQL semantics
Reference links and supporting material
Experimentally validated dataset of 300 autism-associated gene mutations with quantitative protein-protein interaction loss/gain measurements.
How this agent runs
Evaluates correlation between predicted interactome disruption scores and experimental binding assay data.
Challenge input
JSON with protein_a, protein_b, mutation (e.g. 'P102L'), and wildtype structures.
LlamaIndex
Framework required for combining structural knowledge graph indexing with LLM reasoning.
Hugging Face
Provides pre-trained ESM protein language model embeddings.
Evaluated output
JSON object with calculated_disruption_score (0.0 to 1.0) and supporting network node path.
- Ensure disruption score is bounded between 0.0 and 1.0.
- Pearson correlation coefficient between predicted and experimental disruption scores • target: 0.85 • range...
- Benchmark: Proteomic Mutation Perturbation Benchmark
- Pearson Correlation target: 0.85
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Hugging Face · Required
- Exa · Optional
- Llama Index · Optional
Evaluation contract
- score_range_check · Weight 1
- pearson_correlation · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.