| Literature DB >> 27303704 |
Artur Yakimovich1, Yauhen Yakimovich1, Michael Schmid2, Jason Mercer3, Ivo F Sbalzarini4, Urs F Greber1.
Abstract
Viruses spread between cells, tissues, and organisms by cell-free and cell-cell mechanisms, depending on the cell type, the nature of the virus, or the phase of the infection cycle. The mode of viral transmission has a large impact on disease development, the outcome of antiviral therapies or the efficacy of gene therapy protocols. The transmission mode of viruses can be addressed in tissue culture systems using live-cell imaging. Yet even in relatively simple cell cultures, the mechanisms of viral transmission are difficult to distinguish. Here we present a cross-platform software framework called "Infectio," which is capable of simulating transmission phenotypes in tissue culture of virtually any virus. Infectio can estimate interdependent biological parameters, for example for vaccinia virus infection, and differentiate between cell-cell and cell-free virus spreading. Infectio assists in elucidating virus transmission mechanisms, a feature useful for designing strategies of perturbing or enhancing viral transmission. The complexity of the Infectio software is low compared to that of other software commonly used to quantitate features of cell biological images, which yields stable and relatively error-free output from Infectio. The software is open source (GPLv3 license), and operates on the major platforms (Windows, Mac, and Linux). The complete source code can be downloaded from http://infectio.github.io/index.html. IMPORTANCE Infectio presents a generalized platform to analyze virus infection spread between cells. It allows the simulation of plaque phenotypes from image-based assays. Viral plaques are the result of virus spreading from primary infected cells to neighboring cells. This is a complex process and involves neighborhood effects at cell-cell contact sites or fluid dynamics in the extracellular medium. Infectio differentiates between two major modes of virus transmission between cells, allowing in silico testing of hypotheses about spreading mechanisms of any virus which can be grown in cell cultures, based on experimentally measured parameters, such as infection intensity or cell killing. The results of these tests can be compared with experimental data and allow interpretations with regard to biophysical mechanisms. Infectio also facilitates characterizations of the mode of action of therapeutic agents, such as oncolytic viruses or other infectious or cytotoxic agents.Entities:
Keywords: advection; cell population; cellular automata; convection; diffusion; fluorescence microscopy; hybrid modeling; infection spread; multiscale modeling; numerical simulation; particle strength exchange; phenotypic properties
Year: 2016 PMID: 27303704 PMCID: PMC4863613 DOI: 10.1128/mSphere.00078-15
Source DB: PubMed Journal: mSphere ISSN: 2379-5042 Impact factor: 4.389
FIG 1 Graphical user interface for the Infectio software. (A) Selection of a predefined set of parameters for simulation. (B) Selection of an output folder. (C) Simulation log output.
FIG 2 Addition of an advection term to the model simulates comet-shaped virus spreading patterns for adenovirus. (A) PSE particles with color-coded mass representing HAdV amounts reveal the concentration field behavior at different speeds of advection. Note that the simulation was stopped when the concentration reached the minimal infection threshold for HAdV; dashed lines show the shape estimate of the comets. (B) Still images from a simulated time-lapse infection with an advection term: cellular patterns of HAdV-infected cells closely resemble comets observed in microscopy. Here, advection speed was 0.5 µm/s.
FIG 3 Vaccinia virus spreading patterns simulated under various conditions. (A) Cell-free spread of virus switched off. (B) Cell-free spread by diffusion-advection, where advection is directed north (along the OY axis). (C) Cell-free spread by diffusion only. Note that the hexagonal shape of the simulated plaque is due the geometry chosen for the shape of a unit cell. Circular plaques can be obtained with a more isotropic cell lattice (not shown).
Main input parameters of Infectio
| Parameter | Type | Default | Description |
|---|---|---|---|
| cells_x | Integer | 5 | Model size defined by the number of the horizontal cells in the hexagonal lattice ( |
| pauseOnCAIterations | Flag (0 or 1) | 0 | Wait for key stroke or user input after every iteration |
| virus Flags. | Flag (0 or 1) | 0 | Should the images be displayed with or without PSE particles |
| plotImagesWithParts | |||
| virusFlags. | Flag (0 or 1) | 0 | Advection: true, apply flow; false, do not |
| isAdvectionEnabled | |||
| TotalTimeStepsHPI | Integer | 10 | Total time steps for the model to run in hours postinfection |
| virusFlags. | Flag (0 or 1) | 1 | Switches the cell-to-cell spread on and off |
| isSpreadCell2CellLimitedByTime | |||
| virusFlags. | Flag (0 or 1) | 0 | Switches the cell-free spread on and off |
| isCellFreeSpreadEnabled | |||
| initialC2cInfection | Integer | 1 | Number of initially infected cells |
| Sensor | Flag (0 or 1) | 0 | Save all workspace variable at certain hours p.i. during the simulation |
| CellDeathFlag | Flag (0 or 1) | 0 | Allow death of uninfected cells |
| CellLysDistFlag | String | “unif” | Cell lysis probability distribution flag for lytic cell-free spread: unif, norm, exp |
| SavePrticlesPlotFlag | Flag (0 or 1) | 0 | Saves the PSE particle plots |
| virusType | String | “VACV-WR” | Select one of the preset viruses; new presets for viruses with experimentally measured parameters can be definied in capse/src/matlab/+caps/+config/parameters.m and capse/src/matlab/+caps/+config/flags.m |
| PrimaryLysisFlag | Flag (0 or 1) | 0 | Defines whether the initially infected cell lyses to initiate spread |