Skip to content
Mara Biosciences

Features

Learn what Mara can do for you

Candidate Ranking

Score and rank designed peptides against a conserved viral target, and see exactly why each candidate placed where it did.

marabiosciences.com/app/candidates

Batch Screening

Start from sequences, structures or a spreadsheet, and screen an entire design round in a single pass rather than one candidate at a time.

marabiosciences.com/app/jobs

Chained Workflows

Connect the stages to each other. Predict a structure, dock a designed binder against it, filter by score, then run molecular dynamics on whatever survives.

marabiosciences.com/app/workflows

API

Every page on this site reads from the same JSON endpoints you can call yourself, so the pipeline, publications and team data never drift from what is published.

import requests

base_url = "https://www.marabiosciences.com/api/"

program = requests.get(base_url + "pipeline").json()

# { "program": {"pathogen": "Sudan ebolavirus",
#                 "target": "VP40 matrix protein" }, …}

for stage in program["workflow"]:
    print(stage["step"], stage["title"])

Contact

Let's Build the Next Generation of Antivirals

Whether you are a researcher, funding organisation, biotechnology company or global health partner, we would love to explore collaboration.