Skip to main content

An insilico model for CHO cells

Project description

tests Code style: black

InSiliCHO

A model to capture CHO dynamics in-silico. An accompanying streamlit app to try the model out is available.

Model is based on the following primary sources:

  • Pörtner, Ralf, ed. Animal Cell Biotechnology: Methods and Protocols. Vol. 2095. Methods in Molecular Biology. New York, NY: Springer US, 2020. https://doi.org/10.1007/978-1-0716-0191-4.
  • Möller, Johannes, Tanja Hernández Rodríguez, Jan Müller, Lukas Arndt, Kim B. Kuchemüller, Björn Frahm, Regine Eibl, Dieter Eibl, and Ralf Pörtner. “Model Uncertainty-Based Evaluation of Process Strategies during Scale-up of Biopharmaceutical Processes.” Computers & Chemical Engineering 134 (March 2020): 106693. https://doi.org/10.1016/j.compchemeng.2019.106693.

Additional sources include:

  • Parolini, Dott Nicola, and Susanna Carcano. “A model for cell growth in batch bioreactors,” 2009, Thesis.

  • Frahm, Björn. “Seed Train Optimization for Cell Culture.” In Animal Cell Biotechnology, edited by Ralf Pörtner, 1104:355–67. Methods in Molecular Biology. Totowa, NJ: Humana Press, 2014. https://doi.org/10.1007/978-1-62703-733-4_22.

  • Möller, Johannes, Kim B. Kuchemüller, Tobias Steinmetz, Kirsten S. Koopmann, and Ralf Pörtner. “Model-Assisted Design of Experiments as a Concept for Knowledge-Based Bioprocess Development.” Bioprocess and Biosystems Engineering 42, no. 5 (May 2019): 867–82. https://doi.org/10.1007/s00449-019-02089-7.

Usage

This repo serves as a standalone package, available to install using (or added as a dependency) using:

pip install insilicho

Example

  from insilicho import run

  def T(time):
      """returns temperature in degC"""
      return 36.4

  def F(time):
      """returns flow rate in L/hr"""
      return 0.003

  model = run.GrowCHO(
      {"parameters": {"K_lys": "0.05 1/h"}},
      feed_fn=F,
      temp_fn=T,
  )

  model.execute(plot=True, initial_conditions={"V": "50 mL"})
  
  final_vol = model.full_result.state[-1, 8]
  print(final_V) # 0.914L

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

insilicho-1.1.2.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

insilicho-1.1.2-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file insilicho-1.1.2.tar.gz.

File metadata

  • Download URL: insilicho-1.1.2.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.10.7 Darwin/21.6.0

File hashes

Hashes for insilicho-1.1.2.tar.gz
Algorithm Hash digest
SHA256 6b513a4404670f9ffaf39c295138f826c9284b861532b1436e65ce06dd58fd7a
MD5 585e9f5192aa2aea4f081362a709e51b
BLAKE2b-256 3fe8b8420764edf22f5f91c6daf4b9f1efbe04f678f8a9d8c1d4146a9d556d27

See more details on using hashes here.

File details

Details for the file insilicho-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: insilicho-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.10.7 Darwin/21.6.0

File hashes

Hashes for insilicho-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d3ed4eb63f51f5a829f27045ad179102b0d19c8d926a94de3745240c1b596c26
MD5 b7b35ef88a062240b5bc0adddbd1a15a
BLAKE2b-256 7196c5beee7cd9950dd2bb4f568d8a6a0876733a45dba325770a891e7057fe10

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page