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.3.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

insilicho-1.1.3-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: insilicho-1.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 f42f68909f0c3233bd83d7f0e56cfb3c66f86f9beb21182bc01d5d2b008437a4
MD5 b751d4229675b1f951bdb46b21da91d9
BLAKE2b-256 10a3c94f5f32c485d67814680c1c3e3f3d6fb6550a4f2ac14a1345a2da12b0dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: insilicho-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 12.7 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ab5f52542829131d6894493b58c943b7f92380fab2c8f6a067aeebcef6d716f9
MD5 8f9069bfa0a45bd61487773e8f1738e6
BLAKE2b-256 f93b1208707e841d754d0b0dbaa19cd3e273b5feb3628f54ba5fe293c3a80ccc

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