Skip to content

About IPR

Integrated Pipeline Reports (IPR) is the main reporting application of IPR. It is a web application that is used to review and curate reports which summarize the interpretation of molecular data from precision oncology patients.

This project is modularized across three repositories: web client, REST API, and a python adapter. The API and web client are servers and are provided as docker containers. The python adapter is used to build reports and upload them into IPR.

Reports in IPR are divided into a series of sections. These are either: created by the IPR python adaptor (ex. knowledge base matches section); manually curated post-report creation (ex. analyst comments); or generated beforehand and included in the content passed to IPR via the python adaptor (ex. optional analyses).

Back to top