This service will return a collection of prioritiser results for any given set of:

It supports either GET:

http://localhost:8085/exomiser/api/prioritise/?phenotypes=HP:0001156,HP:0001363,HP:0011304,HP:0010055&prioritiser=hiphive&limit=10&prioritiser-params=human

or POST:

    {
        "phenotypes": [
            "HP:0001156",
            "HP:0001363",
            "HP:0011304",
            "HP:0010055"
        ],
        "genes": [
            2263,
            2264
        ],
        "prioritiser": "hiphive",
        "prioritiserParams": "human,mouse,fish,ppi",
        "limit": 20
    }