Full pipeline from mutations to mRNA vaccine construct
End-to-end cancer vaccine design: mutation analysis, neoantigen prediction, MHC binding, epitope selection, mRNA construct design, and clinical report generation. The full pipeline in a single API call.
/v1/vaccine/designimport requests
API_KEY = "sk-sci-your-key-here"
url = "https://scirouter.ai/v1/vaccine/design"
response = requests.post(url, json={
"gene": "TP53",
"mutations": ["R175H", "R248W"],
"hla_alleles": ["HLA-A*02:01", "HLA-B*07:02"],
"species": "canine"
}, headers={"Authorization": f"Bearer {API_KEY}"})
vaccine = response.json()
print(f"Top epitopes: {len(vaccine['candidates'])}")
print(f"mRNA construct: {len(vaccine['mrna_construct'])} nt")Personalized cancer vaccine design
Compassionate use treatment planning
Research in tumor immunology
Neoantigen vaccine clinical trials