Hub
Pricing About
ComponentComponent

SampleFluxes

lptolik profile image
Draft Latest edits on 
Jul 11, 2022 9:45 AM
Drag & drop
Like
Use or download
Flux sampling is one of the most powerful techniques to investigate metabolic capabilities of the model (Schellenberger and Palsson, 2009, DOI:10.1074/jbc.R800048200). The great advantage of sampling is that it does not require any objective function to be optimized, so it allows to identify hidden relationships between reactions, genes and metabolites imposed by the physical, chemical and kinetic constraints applied to the metabolic network. This component provide access to the COBRApy flux sampling functionality. The COBRApy provides two versions of sampling algorithm: - optgp (Megchelenbrink, et al. 2014, DOI:10.1371/journal.pone.0086587) - achr: which stands for Artificial Centering Hit-and-Run (Kaufman and Smith, 1998, DOI:10.1287/opre.46.1.84) Both sampler algorithms require some additional argument. Them most important is the "Thinning factor", which means that if it is set to N, algorithm would only record samples every N iterations. A higher thinning factors mean less correlated samples but also larger computation times. By default the samplers use a thinning factor of 100 which creates roughly uncorrelated samples. The review of influence of thinning factor on sampling and some techniques to estimate convergence is provided in (Herrmann, et al. 2019, DOI:10.1038/s41540-019-0109-0) Another important parameters are number of samples and number of parallel processes to run. As sampling is the time consuming process we suggest to run it in batches within a loop with high thinning factor (10000 and more) and relatively small number of samples (around 1000) and append that batches into CSV file. That strategy gives you fail-safe environment and generate data for later analysis without need for repeating time-consuming calculations.

Component details

Input ports
  1. Type: Python
    model
    Cobra Model object from other FBA components
  2. Type: Table
    reactions
    table of reactions to vary
Output ports
  1. Type: Table
    fluxes
    table of sampled fluxes with reactions in columns and samples in rows.
  2. Type: Python
    model
    Cobra Model object from the input port of the component.

Used extensions & nodes

Created with KNIME Analytics Platform version 4.3.4
  • Go to item
    KNIME Base nodesTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.3.4

    knime
  • Go to item
    KNIME Python Integration

    KNIME AG, Zurich, Switzerland

    Version 4.3.3

    knime
  • Go to item
    KNIME Quick FormsTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.3.3

    knime

This component does not have nodes, extensions, nested components and related workflows

Legal

By using or downloading the component, you agree to our terms and conditions.

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • Courses + Certification
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more about KNIME Business Hub
© 2025 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Data Processing Agreement
  • Credits