# MAIP

[The malaria inhibitor prediction (MAIP) platform](https://www.ebi.ac.uk/chembl/maip/) is the result of a public-private collaboration whose aim is to develop a consensus model for predicting blood stage malaria inhibition. Five Pharma and not-for-profit partners trained a model (using code developed by EMBL-EBI) on their private datasets. The resulting models were combined by EMBL-EBI and made available through this public prediction platform.

The work to create MAIP is described in full in an [article](https://jcheminf.biomedcentral.com/articles/10.1186/s13321-021-00487-2). Note: the fingerprints described in the manuscript and in MAIP slightly differ; the ones in the publication keep the feature frequencies while the  ones currently implemented don't.

A summary of the key elements of the work is described in the section [Using MAIP results](/malaria-project/using-maip-results.md).

To use the platform, the user submits a compound [input file](/malaria-project/input-data-file.md). The system automatically reads the file, [standardises the molecules](/malaria-project/molecule-standardisation.md) and submits the compounds to the model. When the job is done, the user can download the [result file](/malaria-project/output-file.md)  via the link provided.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chembl.gitbook.io/malaria-project/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
