Calibr8: Going Beyond Linear Ranges With Non-Linear Calibration Curves and Multilevel Modeling by Michael Osthege & Laura Helleckes

Talk Abstract

You just coded up a beautiful model and dummy prediction looks great. Now comes the data, but wait: the units don’t match! And to make matters worse, the correlation between model variable and measurement readout is non-linear and heteroscedastic! Sounds familiar? non-linear calibration to the rescue! With calibr8, we present a statistical framework and corresponding open source Python package that solves non-linear calibration and likelihood functions for modeling. From a laboratory automation and systems biology perspective, the advantage of non-linear calibration with calibr8 is two-fold: For lab scientists doing (high-throughput) experiments, calibr8 facilitates more intuitive uncertainty quantification and makes every-day data analysis more robust, automatable and Bayesian. From a modeling perspective, non-linear error models are essential components of realistic Bayesian process models, and are key to accurately describe the nastiest step of the data-generating process. In this talk, we will take you step-by-step through the data-generating process of an automated bioassay and demonstrate how its non-linearities are modeled with calibr8. We will show how calibr8 can make your life easier - and of course more Bayesian - even if you don’t always go all the way to a process model. Finally, we will show how non-linear error models and multi-level modeling with PyMC3 enable you to get more information out of heterogeneous regression analyses. Join us for the talk and discussion to learn about building Bayesian models for bioassays and dive into the fascinatingly frightening world of non-linear measurement errors!

Talk

Michael Osthege

Michael Osthege is a biotech Bayesian by choice. He likes to work with robots, bacteria and models as much as he loves to work in enthusiastic teams. As a PhD student in laboratory automation for bioprocess development at Forschungszentrum Jülich, he writes software to make robots generate his data. Since he unit-tests his code, he always blames the robots if the data doesn’t agree with his Bayesian models.

Laura Helleckes

A biotechnologist by training, Laura transitioned to Data Science in the past years and is now a Bayesian enthusiast. In her Master’s thesis, she actually collected the data Michael was using for his fancy Bayesian models. During her wet lab experience, Laura gained valuable knowledge on microorganisms and biological processes that she is now applying to implement mechanistic process models. Her experimental work also gave her the motivation to focus on lab automation for bioprocess development in her PhD at Forschungszentrum Jülich.


This is a PyMCon 2020 talk

Learn more about PyMCon!

PyMCon is an asynchronous-first virtual conference for the Bayesian community.

We have posted all the talks here in Discourse on October 24th, one week before the live PyMCon session for everyone to see and discuss at their own pace.

If you are available on October 31st you can register for the live session here!, but if you are not don’t worry, all the talks are already available here on Discourse (keynotes will be posted after the conference) and you can network here on Discourse and on our Zulip.

We value the participation of each member of the PyMC community and want all attendees to have an enjoyable and fulfilling experience. Accordingly, all attendees are expected to show respect and courtesy to other attendees throughout the conference and at all conference events. Everyone taking part in PyMCon activities must abide by the PyMCon Code of Conduct. You can report any incident through this from.

If you want to support PyMCon and the PyMC community but you can’t attend the live session, consider donating to PyMC

Do you have suggestions to improve PyMCon? We have an anonymous suggestion box waiting for you

Have you enjoyed PyMCon? Please fill our PyMCon attendee survey. It is open to both async PyMCon attendees and people taking part in the live session.

4 Likes

Awesome thanks! I really appreciated the logic and structure that you expressed in your talk and I am hopeful that the calibr8 python module could really help me in setting up other types of models where error is important.

2 Likes

Thank you for the nice feedback!

We just release the code, package and documentation:

code on Github PyPI version on ReadTheDocs

2 Likes