Skip to content

QC dashboard for LC-MS proteomic equipment using python and bokeh

License

Notifications You must be signed in to change notification settings

dev-ev/bokeh-QC-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bokeh-QC-dashboard

QC dashboard for proteomics using python and bokeh. Created and tested with Orbitrap mass spectrometers in mind.

The dashboard makes use of the key QC values that are stored in an SQLite database. During the development of the dashboard, the QC runs were injections of 50 ng of a HeLa cell tryptic digest, and the database is filled with the output values from Proteome Discoverer 2.4 searches that are summarized and saved into an SQLite database by the integrated QC_Script_PD2.4 script.

The file templates/index.html is added in order to change the background color of the app.

The app consists of one long page and is based on bokeh library:

drawing

Select the instrument using the dropdown menu on the left:

drawing

Hover over a bar on the "Service/Cleaning" plot to see the details about the procedure:

drawing

By default, the app displays the data for the whole time that is available in the database. Zoom in onto a plot to see a smaller region on both axes:

drawing

The time span on all the plots will change in sync:

drawing

Hover over a point on a plot to see the numbers:

drawing