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

Uploaded Source

Built Distribution

insilicho-1.1.4-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for insilicho-1.1.4.tar.gz
Algorithm Hash digest
SHA256 6df5425adb80602e44d93c8907ae4df3c769f3ae0e1d71897c6874267de39487
MD5 a902fc65eede79c5648e8315b63698c6
BLAKE2b-256 4233465ef88716e72b16e5fb177a1689d9329553a6b533634bd611f1978a01fb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for insilicho-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7a6f0513f74488358c889aa2ddc8c14b6c80cbb5e23e19575bdde2f8c05e5098
MD5 f79b277d17ee96967bac1944f6c72299
BLAKE2b-256 103d5d834e73a3842bac7b7de4a80ef3745a7eaccb98c3cc488ee4fcde07475a

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