Skip to content

PapenfussLab/PathOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Language GitHub release (latest by date) GitHub code size in bytes

PathOS

PathOS is a clinical decision support tool to manage, analyse and report on DNA sequencing variants. PathOS is under active development at the Peter MacCallum Cancer Centre in Melbourne.

Authors: Ken Doig, Andrei Seleznev, David Ma, Luis Lara, Tom Conway, Chris Love. 2014-2019

Introduction

Clinical diagnostics is being transformed by DNA sequencing technology capable of analysing patient samples at the nucleotide level.

Translating the data from this technology into clinically useful information requires decision support software that can analyse data from sequencers and allow clinical scientists to interpret the DNA variations. High throughput sequencing generates many technical artefacts from the chemical processing in the sequencing, these artefacts must be identified and filtered out of the data before further analysis.

The curation process requires identifying and annotating DNA changes, SNPs (single nucleotide polymorphisms), indels (insertions and deletions), CNVs (copy number variants) and SVs (structural variants) within a sample of patient DNA (either blood or tumour).

Once annotated, mutations are matched with internal and external databases to identify known pathogenic (disease causing) or actionable mutations (variants with an appropriate drug). The resulting few variants are then rendered into a clinical diagnostic report suitable for the treating clinician incorporating clinical evidence and relevant publications.

PathOS carries out these tasks within a clinical laboratory setting where many patients must be reported on in a reliable, consistent and efficient manner.

Quick Start

The best way to experiment with PathOS is by accessing the instance on the University of Melbourne research cloud. Get in touch with the authors for a login account.

We also provide Docker configuration files for PathOS, so that PathOS can be deployed & ran with a single command using the Docker software. This is the easiest way to run PathOS on your local system. Instructions for Docker deployment can be found here.

Using PathOS

To get an overview of PathOS and a brief description of how to use it for variant curation, have a look at this brief video A video describing how to use PathOS for generating reports is avaliable here

Technology Platform

PathOS uses many open-source Java libraries to implement a clincal-grade application suitable for hospital use and secure storage of patient medical data. It interfaces to laboratory LIMS systems for input of patient demographic details and sample and assay registration data. An HL7 interface is used to interface with the hospital records systems.

The web application is implemented in Java, Javascript, Groovy and Grails deployable on any server supporting java servlet containers such as Tomcat or Jboss. This allows for deployment in a wide range of environments.

Access to the system is controlled by the Spring Security Library which optionally uses an organisation's LDAP server for authentication or the internal database for authorisation and role assignment. Web traffic is uses by Google Analytics to monitor user activity for workflow and user interface refinement.

The backend database is implemented with MariaDB, a MySQL compatible relational database, which stores the variant annotation cache and persistent java objects via Spring and Hibernate. The code base is managed in Atlassian Bitbucket and Git.

Build management uses Gradle to build system modules and create shared artifacts such as JARs, WARs and TAR files. Internally, Atlassian Bamboo is used for continuous integration to perform builds of system modules triggered by developer commits to the code repository.

The PathOS search engine is implemented in Apache Lucene allowing customised search capabilities over any text field in the PathOS domain model.

Installation

PathOS has been deployed in a number of clinical environments but is a large complex application with a number of interfaces to external systems that need to be integrated for full featured operation. It has been built from the ground up to meet the clinical workflow needs of the Peter MacCallum Cancer Centre and this is reflected in some of the architectural decisions.

This repository can be built using the installAll.sh bash script at the top level. This script runs on Linux or OSX but would need to be customised for local requirements and ported for Windows environments.

Dependencies including following

Citation

Please consider citing PathOS if you use it in your analysis.

PathOS: a decision support system for reporting high throughput sequencing of cancers in clinical diagnostic laboratories
Kenneth D. Doig, Andrew Fellowes, Anthony H. Bell, Andrei Seleznev, David Ma, Jason Ellul, Jason Li, Maria A. Doyle, Ella R. Thompson, Amit Kumar, Luis Lara, Ravikiran Vedururu, Gareth Reid, Thomas Conway, Anthony T. Papenfuss and Stephen B. Fox
Genome Medicine (2017)
doi: 10.1186/s13073-017-0427-z
PMID: 28438193

Contact

Dr. Kenneth Doig, Head Clinical Informatics Lab, Research Department Peter MacCallum Cancer Centre, Victorian Comprehensive Cancer Centre, Grattan Street, Melbourne VIC 3000, Australia Ph: +61 411 225 178 Mail: [email protected]