Agent-based model for microbial populations exposed to radiation (AMMPER) simulates yeast growth for deep-space experiments
Categoría del artículo: Research Note
Publicado en línea: 23 nov 2024
Páginas: 159 - 176
DOI: https://doi.org/10.2478/gsr-2024-0012
Palabras clave
© 2024 Amrita Singh et al., published by Sciendo
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 3.0 License.
Space radiation poses a substantial threat not only to human explorers hoping to travel to deep space destinations such as the Moon and Mars [1], but also to any organisms they bring with them. Much fundamental research remains to be done to understand and mitigate the biological effects of ionizing radiation on microorganisms, particularly in the deep space environment. Here, we present AMMPER (agent-based model for microbial populations exposed to radiation), a computational model for simulating the effects of deep space radiation on cells of the budding yeast
To date, most biological experiments in space have been carried out in low Earth orbit (LEO) [2], on platforms such as the Space Shuttle and the International Space Station. However, the LEO radiation environment is fundamentally different from that of deep space (beyond LEO), the environment that will be experienced by the crew in lunar or Mars missions, due to one key feature: Earth’s magnetic field [3,4,5,6]. The magnetic field protects spacecraft in LEO from exposure to a wide range of the high-energy particles that are present in the deep space environment [1], including galactic cosmic radiation (GCR) and solar particle events (SPEs) [1]. Both GCR and SPEs are composed of highly energetic particles that cause DNA damage and oxidative stress, and exposure can compromise the viability and reproduction of cells, including microorganisms [1]. Organisms traveling to the Moon and Mars will experience both higher dose rates and a different spectrum of radiation types than on the ISS [1, 7,8,9,10,11], making radiation one of the top five hazards to deep space astronauts recognized by NASA [12].
Microbes are an integral part of human plans for deep space exploration for multiple reasons: they inevitably travel with us in the microbiomes of our built environments and our bodies, and they have the potential to play key roles in facilitating long-duration missions through functions such as biomining, life support, and production of food and pharmaceuticals [2, 13,14,15,16]. Moreover, they are often favored as model organisms for space biology investigations due to their robustness to long periods of dormancy, ease of genetic manipulation, and relatively simple requirements for life support. A eukaryotic microbe,
Empirical data on the effects of deep space radiation on microorganisms are not extensive [2] and are primarily limited to experiments on the survivability of cells in the dormant state [20,21,22]. Exposure during dormancy, however, omits the dynamic interaction between damage and repair characteristic of radiation-induced damage in actively growing and metabolizing cells. Biological CubeSats offer a solution by providing a relatively inexpensive platform in which microbes can be grown and monitored autonomously in liquid culture during spaceflight; these typically use optical measurements, where growth is measured by optical density and metabolic activity is measured by the reduction of the color-changing redox dye alamarBlue [23]. Biological CubeSats have flown microorganisms both within LEO (e.g. GeneSat-1 [24, 25], EcAmSat [26], PharmaSat [27], and beyond LEO (BioSentinel) [17,18,19, 26, 28], and the same technology will be used in NASA’s first experiment growing yeast on the Moon to investigate the effects of lunar gravity and radiation on biology (LEIA [29]).
Yet the very feature that makes CubeSat experiments more relevant makes their results more difficult to interpret: growth curve data from space-exposed microbes are an integration of the activity of thousands or millions of individual cells in suspension culture, of which some may have been hit by a charged particle, others by secondary radiation effects, and still others escaped unscathed. The temporally irregular and spatially heterogeneous nature of deep-space radiation remains an essential feature of the system [1, 30], but one that is undetectable in the final data. Reconciling these different scales will be essential both for predicting the performance of microbe-based space applications (e.g., fuel production in bioreactors) and for interpreting results from CubeSat experiments using microbes as model organisms. Agent-based modeling is one method that can allow researchers to explore how complex systems of individual parts such as radiation-exposed cells, each following their own rules, interact to generate population-level responses [31, 32].
A number of computational models exist for estimating the biological effects of radiation; a brief overview is provided in the Supplementary Information. One model on which AMMPER builds is RITRACKS, which calculates dose due to radiation energy depositions in three dimensions [33] (a screenshot of our implementation of RITRACKS is shown in Fig. 1). Yet despite the number of existing tools, there are currently, to our knowledge, no models that analyze radiation effects from the perspective of a population of single-celled microbial organisms. Microbes are likely to show a very different response to deep-space radiation than do multicellular tissues, where chemical signaling can propagate a radiation-induced bystander effect, resulting in complex responses in cells never directly traversed by radiation particles [34,35,36]. While similar effects might occur in microbial biofilms, current experiments involving microbes as human-relevant radiobiology model organisms typically use yeast in homogeneous planktonic culture. Accurate interpretation therefore requires computational models that facilitate the understanding of yeast radiation studies at the single-cell level. AMMPER aims to fill this gap by simulating the effects of radiation on

RITRACKS energy depositions [33]. Data generated from RITRACKS representing the energy depositions of a proton traversal, which passes through the point (0,0,0) and is oriented along the Y axis. (a) Cross-sectional view of proton traversal energy depositions. The density of electron energy depositions, indicated by the white dots, decreases radially further away from the proton traversal. (b) 3D view of energy depositions. Energy depositions (white dots) occur along linear proton traversal, and the radius of the track is small.
AMMPER was written in Python 3.10.2, and utilizes packages included in the Python Standard Library, along with Numpy and Matplotlib. All model runs were executed on a PC laptop running Windows 10 with a 10th generation Intel core i5-10310U processor and 16 GB of RAM. Simulations typically took approximately 30 min to run.
In the ground study referenced here, wild-type (YBS21-A) and
We designed the AMMPER simulation setup to mimic the cell density of the experimental population at early log phase of an experiment, when OD690 = 0.3, corresponding roughly to a density of 3.85×106 cells/mL. Assuming all cells are equally distributed, each cell in an OD690 = 0.3 culture would have 2.5974 × 105 μm3 of space to itself. Therefore, the AMMPER simulation was set to begin with a single cell at the center of a cubic 64×64×64 μm cubic space, which is equivalent to a volume of 2.62144 × 105 μm3/cell. A model simulation was conducted three times for each radiation dose. The radiation event occurred at generation 2, to approximate the experimental setup described above, in which hydrated cells were irradiated in a single short treatment followed by several generations of growth. Simulated wild-type and
To achieve a uniform distribution of the omnidirectional tracks, a spherical coordinate system was used. The theta and phi values (angular parameters for position in a spherical coordinate system) of the beginning and end of the particle track were generated randomly via a uniform distribution. The beginning and the end of the particle track were constrained to the surface of a sphere inscribed within the cubic simulation space. Then, a coordinate system transformation was carried out on the energy depositions of a pregenerated particle track to reorient it into the new position and direction.
To evaluate AMMPER simulation outputs, we compared log phase cell growth rates and lag times between simulated and empirical datasets. First, we manually selected the log phase of the empirical data for both the wild-type and
All statistical analysis was performed using Microsoft Excel. The growth rate for each simulated replicate was calculated using a least-squares linear regression (LINEST, Microsoft Excel) for the number of cells at each timestep in hours. Each replicate was individually analyzed. The variance calculations for an assessment of the accuracy of the simulated dataset stochasticity was done using a sample variance function (VAR.S, Microsoft Excel). The comparison between the no-radiation control group,
The code for AMMPER developed in this study is freely available on the NASA GitHub Repository (
AMMPER integrates an existing model of energy deposition from particle radiation with novel algorithms for exponential population growth, DNA damage, DNA repair, and cell death in a single Python package (Fig. 2). AMMPER is built from a simplified understanding of the fundamental processes involved in microbial radiation response, with most values taken from the literature, and experimental data used to refine only two parameter values. A summary of parameter values and assumptions is provided in Table 1. By modeling the dynamics of a microbial population, AMMPER aims to generate testable predictions on the survivability of yeast in the deep space radiation environment.

Block diagram of AMMPER. AMMPER integrates a model of radiation energy deposition with algorithms for population growth, cell damage, and DNA repair, and is parameterized with experimental data.
Summary of parameters used in AMMPER.
Cell density at model initiation | Mimics experimental design | 3.85×106 cells/mL = 1 cell per 2.5974×105 µm3 | ||
Yeast baseline growth rate | Fit from empirical data | Generation time = 5 hours | Calculated from WT 0 Gy growth curve, then used to correlate model time (1 timestep = 1 generation) to real time (hours) | |
Yeast cell volume | Jorgensen et al., 2007 [38] | 33.51 µm3 | ||
Yeast nucleus volume | 7% of cell volume | |||
Yeast genotypes | Santa Maria et al., 2020 [19]; Liddell et al. 2023 [28] | Wild type and |
The lack of DNA repair capability is a simplification for AMMPER. See references for more complete descriptions. | |
150 MeV Proton and GCRSim Proton scenarios | Determined by computational resources available | 64×64×64 µm | These values could be increased for simulation on higher-powered computers | |
Deep Space Proton scenario | 300×300×300 µm | |||
15 generations (75 hours, 3.125 days) | ||||
150 MeV proton scenario | Mimics experimental design | 0, 2.5, 5, 10, 20, 30 Gy; unidirectional 150 MeV protons only; single event at Generation 2 | See Table S3 for detail | |
Deep Space Proton scenario | Simonsen et al., 2020 [42] | 4.49 mGy; omnidirectional protons ranging in energy from 42.76 to 120.35 MeV; evenly spaced over 3 days | See Table S1 for detail | |
GCRSim Proton scenario | Kim et al., 2015 [44]; Simonsen et al., 2020 [42] | 1.19 Gy; unidirectional protons ranging in energy from 20 to 1000 MeV; single event at Generation 2 | See Table S2 for detail | |
Plante & Wu, 2014 [35] | RITRACKS model output | |||
OH· generation rate | Plante, 2021 | 2.5 molecules/100 eV per voxel | This value is for ROS generation in water; AMMPER does not take medium composition into account | |
H2O2 generation rate | Plante, 2021 | 0.7 molecules/100 eV per voxel | ||
ROS lifetime | informed by empirical data | no half-life: all ROS generated persists in the model | ROS lifetime was not fit to data, but long ROS was chosen over short ROS to achieve a qualitative match to observations of dose-dependent effects on growth rate | |
SSBs, direct (from radiation) | Cucinotta et al., 1996 [53]; Nikjoo et al., 1999 [54] | 1 SSB per electron energy deposition | ||
DSBs, direct (from radiation) | Erixon et al., 1995 [55]; Ponomarev et al., 2012 [56] | 35 DSBs/cell/Gy | ||
SSBs, indirect (from ROS) | unique to the model | one SSB per OH· molecule | ||
Madeo et al., 1999 [57] | 20% at 0.3 mM H2O2, 40% at 1 mM H2O2, 70% at 3 mM H2O2, 0% at 5 mM H2O2, extrapolated linearly between those points | |||
unique to the model | any SSBs or DSBs → health status 2 = “damaged.” |
|||
“simple” | Lettier et al., 2006 [61] | 3 SSBs per generation, probability of success 100% | Repair rate and probability of success was simplified from literature to fit AMMPER model format | |
“complex” | 1 DSP per generation, probability of success 50% |
The AMMPER simulation space consists of a 64×64×64 μm cubic volume, analogous to an aqueous culture medium with nonlimiting nutrient and pH buffering, in a typical laboratory microwell plate or a microfluidic culture card of the type used in BioSentinel [26]. The space initially contains a single model cell at the center that may then replicate to form a population. During population growth (for this study, we chose generation 2 as the exposure timepoint), a radiation environment is applied to the simulation space, consisting of an energy deposition map of both proton-based energy depositions and delta ray energy depositions. This energy map is used to calculate DNA damage in each of the cells and to create reactive oxygen species (ROS) molecules that persist and continue to cause DNA damage and concentration-dependent apoptotic cell death in ensuing generations. Based on parameters such as space availability and cell health, the model cells diffuse, replicate, and repair damage.
AMMPER is intended to be a user-friendly tool to aid biological researchers with experimental design and data interpretation and to assist in outreach and education on the effects of deep-space radiation. We therefore aimed to create the simplest model possible that could still recapitulate scientifically relevant features of experimental data and designed it to be able to run on a standard laptop computer. In this initial release of AMMPER, the scientifically relevant features we targeted include the dose-dependent effects of proton radiation on population growth, and the variability observed among biological replicates of yeast growth experiments. Future versions of AMMPER may target different features to recapitulate.
AMMPER simulates a complex system consisting of physical, chemical, and biological processes. We began with information from subject matter experts and from the scientific literature to build an initial model capturing only what we hypothesized to be the salient features of these processes: those that would contribute to the features we wanted to recapitulate. The sources of the assumptions made for the cell growth, DNA damage, and DNA repair algorithms are described below. We then carried out only two refinement steps: to determine the values of the doubling time parameter and the ROS longevity parameter. Finally, we tested our hypothesis that this very simple model could generate similar effects to those observed in experimental data.
AMMPER is open-source software and publicly available through NASA GitHub [37] The version presented here may be seen as an initial framework whose parameters and modules may be modified and improved upon in the future to accommodate other organisms and data types and to simulate chemical and biological processes with better fidelity.
In AMMPER, each yeast cell is simulated as a sphere inscribed inside a 4×4×4 μm volume, resulting in a 33.51 μm3 cellular volume (Fig. 3) like that of a typical

Model cell spatial definition. A cell is represented by the red sphere with a diameter of 4 μm, inscribed inside a 4×4×4 μm cubic space (shown on the left, with each blue cube having dimensions of 1×1×1 μm). Each cell exists in a neighborhood (shown on the right, with each larger blue cube having dimensions of the 4×4×4 μm volume that holds a single cell), which consists of all 26 cell spaces bordering the cell’s cubic space.
AMMPER is implemented in generational time, with a single time step representing the amount of time it takes for a cell to replicate. We calculated the real-time value of one generation using empirical data from nonirradiated wild-type cells (see Materials and Methods); we found that the cell populations doubled in roughly 5 hours.
The cells exist in a three-dimensional neighborhood, defined by the 26 4×4×4 μm spaces surrounding it (Fig. 3). During replication, the cell object evaluates its neighborhood for empty spaces. Then, a random empty space is chosen for the cell to replicate into, at a rate of one new cell per generation. This form of replication results in exponential growth until saturation occurs, in which all 26 spaces around a cell are occupied and a cell can no longer replicate. To reduce the dependence of the growth curve on available space, a simplified Brownian motion algorithm is implemented that allows cells to spread out in space [41]. Like the replication algorithm, the cell object first evaluates its neighborhood for empty spaces. If no empty spaces are found, no movement occurs; otherwise, the cell moves into a random empty space. This algorithm increases the space between cells; the result is that saturation is delayed, and the population can maintain exponential growth for longer.
AMMPER has the capacity to simulate multiple GCR-analogous radiation environments: deep space proton, NSRL GCRSim (NASA Space Radiation Laboratory Galactic Cosmic Ray Simulation) proton [42], and 150 MeV proton. We chose to simulate 150 MeV proton exposure to correspond to the available empirical data. For deep space and GCRSim, this version of AMMPER simulates only the proton component for simplicity, because protons are the most abundant component of GCR: Hydrogen ions account for 87% of the total flux of GCR, with helium ions accounting for 12% and other heavier elements (HZE) accounting for <1% [42] (see Supplementary Background). While ions of higher Z may pose different health risks to multicellular organisms (an effect known as relative biological effectiveness) [30], very little data are available on the relative risks for single-celled organisms, so our initial focus is on ions with the highest chance of encountering cells. Future versions of AMMPER may include HZE as well as other low-LET radiation types, such as gamma radiation.
The deep space proton model consists of the flux of the proton component of GCR, across the 90,000 μm2 cross-sectional area of the 300×300×300 μm simulation volume, over three days in space beyond LEO [42]. The omnidirectional nature of space radiation is simulated by randomly generating traversal directions and positions over the simulation space [43], and the dose rate of the deep space proton model (4.49 mGy/3 days) is intended to approximate the dose rate of protons present in the deep space environment. This is a unique feature of this computational model that is very difficult to reproduce in experiments. The NSRL GCRSim proton model simulates the protons delivered during exposure to the NSRL GCRSim [42,44], which provides exposure to a succession of energetic particles designed to simulate the major components of GCR. In AMMPER, GCRSim radiation is delivered during a short period of time, and the traversals are oriented unidirectionally. Because one proton of each energy level is provided (for a total of 1940 MeV), the total dose delivered to the 64×64×64 μm simulation space is ~1.19 Gy. The 150 MeV proton model also contains unidirectional traversals but enables the user to vary the radiation dose delivered by 150 MeV protons to enable comparison to empirical data (Fig. 4). Detailed descriptions of the fluences for each simulation are included in Tables S1–S3 in the Supplementary Information.

PNG images generated by AMMPER code as a product of the simulation run, showing three different radiation environments. Each simulation produces one PNG image file per generation; generation number is noted at the top as “g=”. Yellow dots represent energy depositions from protons and electrons, green dots represent ROS produced in the ionization of water molecules, and blue dots represent the cells in the simulation space. For all simulations, a cell is placed in the center of the cubic simulation space and undergoes exponential growth. (a) Deep Space Proton: The proton traversals are omnidirectional, and the timing of each proton is staggered to produce an environment that simulates the constant radiation exposure of deep space. Generation 11 shown here. Total dose delivered is 4.49 mGy in a 3-day simulation. (b) NSRL GCRSim Proton: All radiation is delivered at Generation 2, shown here. Proton traversals are parallel, and the total dose simulates the dose of a year of deep space radiation (1.19 Gy). (c) 150 MeV Proton, 10 Gy: All radiation is delivered at Generation 2, shown here. Total dose delivered is 10 Gy.
To reduce simulation time, we precalculated the track structures resulting from individual proton traversals using RITRACKS [33]. We generated the energy deposition map for both ion and delta ray energy depositions at a resolution of 20 nm voxels. For each proton energy, we generated eight possible track options and unique energy deposition maps; the data for these are included with the AMMPER package. The absorbed dose from each track was calculated by summing all the energy deposition events associated with the track and dividing by the total mass of water in the simulation space, generating an estimate of the spatially averaged absorbed dose from that track. To simulate a particular treatment, AMMPER code randomly selects tracks and combines the appropriate number of them to achieve the desired dose (Tables S1–S3). For the NSRL GCRSim proton and the deep space proton simulations, each track is also assigned a random position in space. Tracks for NSRL GCRSim are parallel to simulate the beamline source, whereas tracks for deep space proton are randomly reoriented to simulate omnidirectional radiation.
As a confidence check, we compared energy depositions for proton energies between 0.5 to 1000 MeV in AMMPER to theoretical calculations for energy deposition as a function of radial distance from the particle track based on microdosimetry [45] (Fig. 5a). We found that the microdosimetry calculation is consistent with AMMPER’s RITRACKS-generated data across the spectrum of 0.5 to 500 MeV protons. Additionally, the dose from delta ray energy depositions decreases as a function of radial distance from the core of the particle track (Fig. 5b), which is consistent with the findings of Wingate and Baum, who experimentally measured the radial distribution of dose from protons of energies between 1 and 3 MeV. [46].

Distribution of RITRACKS ion and electron energy depositions. (a) Energy deposition in a single cell volume for radiation due to proton traversals of various energies. The RITRACKS data are depicted in yellow, and the microdosimetry-based calculations depicted in green. (b) Energy depositions by a 1 MeV proton. Light blue dots and line show energy depositions from delta rays, generated by RITRACKS, as a function of radial distance. Dark blue dots show Wingate and Baum experimental data on energy deposited by a 1 MeV proton in tissue-equivalent gas as a function of radial distance [46]. As distance from the proton track increases, the amount of energy deposited decreases.
We modeled the generation of ROS as a constant rate of OH· and H2O2 production, equivalent to the primary radioloytic yield of ROS from a 100 eV energy deposition in water (GOH = 2.5, GH2O2 = 0.7 molecules/100 eV. AMMPER’s native ROS generation algorithm calculates the amount of energy deposited in a 20-nm voxel, and, using the primary radiolytic yield of molecules/100eV, calculates the number of molecules of OH· and H2O2 in that voxel (Fig. 6). For simplicity and speed of implementation in this initial version of AMMPER, we used the primary radiolytic yield of ROS in pure water as a simplified approximation for ROS generation rate. However, it is worth noting that the cell environment differs from pure water. Various elements (i.e., concentration of pH buffering, scavenging capacity of the cellular environment) affect these values [47], and the model may be modified in future versions to take these elements into account, or, alternatively, to utilize the more detailed but computationally intensive chemical reaction calculations available in RITRACKS.

One of the PNG images generated by AMMPER code as a product of the simulation run, showing ROS species generation for the NSRL GCRSim proton simulation in AMMPER. ROS species are shown as green dots; each point corresponds to a single molecule of either OH· or H2O2. ROS species are generated due to the ionization of water molecules by the energy depositions from the ions of the radiation tracks.
The longevity of ROS is complicated by ongoing chemical reactions and metabolic processes that result in the production of more ROS [48,49,50,51]. Because we were unable to find suitable experimental data on ROS lifetime inside yeast cells, we modeled ROS lifetime in AMMPER using a deterministic lifetime for each molecule, called the longevity parameter. For the initial implementation of the model, we chose a longevity parameter by assessing the effect of ROS longevity on yeast death in the model (Fig. 7).

Comparison between cell survival for long and short ROS models. Simulations were initiated with 1 cell per 64×64×64 μm cubic volume. Total radiation dose in Gy is depicted along the x axis. The circles represent the number of dead cells in the long ROS model, whereas the diamonds represent those in the short ROS model. Note that damaged cells are not included. Each symbol represents one model replicate. (a) Wild-type simulated data. Circles and diamonds lie on top of each other; no cell death was observed in either ROS model. (b)
We simulated two different yeast strains: wild type and
We implemented a simplified model of DNA damage and repair in AMMPER with the main goal of providing a quantitative structure to express a relationship between damage-causing elements (energy deposition and ROS contact) and effects on growth. A detailed consideration of the numerous forms of radiation-induced DNA damage and repair is beyond the scope of AMMPER (see Supplementary Background); for the model, we chose to focus on SSBs and DSBs and to make a number of simplifying assumptions in order to keep the model tractable. We assumed that SSBs result primarily from electrons (delta rays), and DSBs only result from the actual proton traversal, as the energy required to generate a DSB is often higher than that contained in the delta rays [53].
DNA is not explicitly modeled as a molecule in AMMPER; damage occurs as a result of energy deposition anywhere within the nucleus region. For each electron energy deposition at a nucleus, AMMPER generates an SSB, consistent with assumptions by Cucinotta et al. [53] and Nikjoo et al. [54] that SSB formation occurs when the energy deposition is above 17.5 eV. AMMPER then calculates the radiation dose from proton energy depositions at the nucleus and determines the number of DSBs using an estimate of 35 DSBs/cell/Gy, assuming that there is a linear relationship between radiation dose and number of DSBs for
Under exposure to the simulated ROS environment, a cell may undergo additional damage. We assumed that each OH· molecule at the nucleus will cause an SSB. AMMPER also calculates the concentration of H2O2 in each cell to determine the probability of apoptosis, using the relationship between apoptosis and H2O2 concentration reported by Madeo et al. [57] This relationship is described in the Supplementary Background; briefly, probability increases from 20% (at an intracellular concentration of 0.3 mM H2O2) to 70% (at 5 mM H2O2).
If the number of DSBs or SSBs present in a cell is nonzero, the health status parameter increases to 2, indicating that the cell must halt the replication process until all damage is repaired. If apoptosis occurs, however, the health status parameter increases to 3, indicating that the cell is dead. Dead cells remain in the simulation space, but do not undergo the replication or repair algorithms [40].
In AMMPER, cells repair the different forms of DNA damage through two simulated mechanisms: “simple repair” and “complex repair,” which are distinguished by the time required for repair and probability of success [58,59,60].
Simple repair is used on SSBs. In AMMPER, a cell repairs 3 SSBs per generation with a 100% probability of success. Complex repair is used on DSBs, and in AMMPER, a cell attempts repair on only 1 DSB per generation. Success is stochastic, with a 50% probability of success at each timestep, to account for the various probabilities of repair associated with the different DSB repair pathways, as reported by Lettier et al. [61]. When repair of a particular DSB is unsuccessful, the cell continues attempting to repair that DSB until successful before attempting repair on another DSB. Because genomes are not represented in this simulation, the cells do not have the capability to accumulate genome mutations. The values implemented in AMMPER for repair time and probability of success for the simple repair method are placeholders that we developed from the theory that base excision repair has a relatively high accuracy and low risk (see Supplementary Background) and were not refined or fit using experimental data. Additional research is required to determine the length of time it takes for a yeast cell to repair damage of various complexities.
After the simulation has finished running, AMMPER outputs data in a comma-delimited text file listing information from each timepoint on each cell present in the simulation space and in a folder of figures depicting the simulation environment, radiation traversals/timing, ROS generation, cell position, and cell health status at each generation of simulation time (examples of these images are included in Figures 4 and 6). These may be aggregated and processed by the user to generate data products as desired. For this study, growth curves were calculated from the number of dead, damaged, and healthy cells at each generation.
As an initial evaluation of the ability of AMMPER to simulate the effects of radiation on microbial populations, we compared the data generated from AMMPER to those from a ground study done on yeast survival in response to ionizing radiation exposure that was carried out to support NASA’s BioSentinel mission [17,18, 26]. As described above, the only components of the model that were refined using empirical data were the cell doubling time parameter and the ROS longevity parameter. This comparison allowed us to test the hypothesis that the processes simulated in AMMPER are sufficient to recapitulate the dose–response relationship of two yeast strains to proton irradiation and to generate variability among replicate simulations comparable to that observed among replicate experiments.
Two strains of
We found that there was no statistically significant dependence of growth rate on radiation dose in either strain in the empirical dataset, and AMMPER recapitulated this (Fig. 8; full growth curves in Fig. S2). In the

Comparison between empirical and simulated log phase growth rates. Radiation dose in Gy is depicted along the x axis. The open triangles represent the data from AMMPER, and the filled squares represent the empirical data. Each symbol represents one replicate (3 replicates/dose level for empirical and model data), and the error bars represent the linear regression fit error. Colors match the color codes in Figure S2. (a) wild-type empirical data; (b) wild-type simulated data; (c)
Particle radiation is spatially heterogeneous, and its effects on a yeast population can vary widely depending on the overlap between particle tracks and the yeast cell locations. As an agent-based model, AMMPER can recapitulate some of this stochasticity. To measure this, we calculated the variance in the triplicate simulation and empirical growth rate data. We found that for both model and empirical data, variance among replicates was greater for the wild type than for the
In addition to growth rate, lag time is a commonly measured parameter of microbial growth. Comparing the model and empirical results in lag time was not a primary focus of this study because (1) AMMPER does not explicitly model a physiological lag phase, so any apparent lag time would actually be a product of slow growth rate; and (2) the threshold for defining lag is different between simulation and empirical cases (simulation: number of cells; empirical: OD690), so the two lag times cannot be directly compared in absolute values. Nonetheless, we determined the relationship between lag time and radiation dose and compared between the empirical and simulated populations. The empirical wild-type lag time did not exhibit a dependence on radiation dose; however, the empirical

Comparison between empirical and simulated lag time. Radiation dose in Gy is depicted along the x axis. The open triangles represent the data from AMMPER, and the filled squares represent the empirical data. Each symbol represents one replicate (3 replicates per dose for both empirical and model data), and the error bars represent the error in the linear regression fit. Colors match the color codes in Figure S2. (a) wild type empirical data; (b) wild type simulated data; (c)
One goal for the creation of AMMPER was to enable experimental design and hypothesis generation. To this end, we used the deep space proton and NSRL GCRSim proton models to predict results we might expect to see in future experiments (Fig. 10).

Log phase growth rate for deep space proton and NSRL GCRSim proton simulations. Error bars represent the error in the linear regression fit. Dark blue, gray, and light blue represent the three replicates. noRad = control simulation without radiation, both strains (6 points). wt = wild type
In the deep space simulation, cells experienced a fluence rate equivalent to what they would experience in deep space (see Table S1 for dose delivery), and the simulated three-dimensional space was 300×300×300 μm rather than 64×64×64 μm. This ability to simulate the very low dose rates of deep space is one of the major advantages of AMMPER, as it is currently not feasible to simulate deep-space radiation on Earth for experiments at realistic dose rates. The larger simulation size enabled us to observe more particle traversals for the same amount of simulation time, which is important given that the fluence rate in deep space is very low, although most traversals in the large simulation size do not interact directly with cells. Due to computational constraints, we were only able to simulate 3 days of growth for this project; future applications may include longer simulations. During this time, fewer than 200 cells experienced DNA damage due to radiation or ROS interaction in each simulation (in one of the six simulations, only 15 cells were damaged; in others, the numbers were 38, 50, 170, 175, and 197). Overall growth rates were thus unaffected by exposure to the deep space environment: we found no statistically significant differences among the control, wild type exposed to radiation, and
With AMMPER, we have built a computational tool with the potential to model the activity of individual cells, to facilitate better prediction and interpretation of the population-level data generated by space radiation experiments with microorganisms. We have demonstrated that for a radiation environment composed of 150 MeV protons, AMMPER is effective at simulating the stochasticity exhibited in empirical data as well as the absence of radiation-induced decreases in growth rate at doses below 30 Gy.
As mentioned in the Introduction, AMMPER was built with simplicity as an initial priority, and it purposely includes the capacity for improvement and expansion. One difficulty we encountered in validating AMMPER was associated with the nature of the available empirical data. For this initial proof of concept, we focused on population growth of organisms exposed while in liquid culture as the most straightforward metric generated by the model. Future implementations of AMMPER may be modified to leverage data from a wider range of experiment types— for example, exposure during dormancy, heavy-ion particle damage on monolayers of immobilized cells [62, 63] or gamma-irradiated cells in continuous culture [64, 65]; — and from different metrics, such as the reduction of the metabolic dye alamarBlue, an assay commonly used as a more sensitive method for measuring nonlethal effects of spaceflight stress on microorganisms [19, 66, 67]. At the chronic low doses that are relevant to crewed deep-space travel, the effects of radiation on microbial cells may be primarily measurable as sublethal effects on metabolic activity, rather than as impaired growth or viability—making alamarBlue data especially important. Measuring and modeling these accurately will allow for a more accurate translation of results from microbial BioSentinel-like spaceflight experiments into estimates of long-term radiation risks to crew health.
In that vein, in the deep space proton simulation we observed no effect of radiation dose on growth rate even for the sensitive
Some observations from the empirical data lead us to believe that there may be missing components in the model whose inclusion would enable AMMPER to better represent biological processes. The fact that radiation elicited a dose-dependent increase in lag time in the
Additional improvements can be made to the AMMPER DNA damage and repair models: DNA damage and subsequent repair pathways of
AMMPER is a highly customizable simulation; each parameter mentioned in this article may be adjusted, each module of the model (yeast growth, DNA damage, repair, ROS dynamics) may be restructured or updated, and all underlying code is freely available to the public. Thus, AMMPER can be expanded to model diverse cell types and radiation environments to generate testable hypotheses about which components of the radiation response at the single cell level are the strongest determinants of the population-level effects. Indeed, we intend for the model published here to serve as a basic framework for more work to come. The ability of AMMPER to be modified to simulate a variety of dose rates enables the analysis of chronic exposure to radiation environments, which is not currently possible in traditional ground-testing experimental configurations. Furthermore, because AMMPER can represent stochastic results with a similar variance to biological data, it could be used to explore the proportion of variance due to different experimental components, and to assess what doses and dose rates would be necessary to obtain a statistically significant effect of radiation on growth rate. In later configurations, the capability to run Monte Carlo simulations could be implemented to enable analysis of the various outcomes in AMMPER.
In summary, AMMPER is a novel tool for mechanistic modeling of the biological effects of space radiation, using a flexible multi-parameter approach with simplified processes representing radiation energy deposition, ROS generation, DNA damage and repair, and cell reproduction. It tracks individual cell responses but enables comparison to population-level experimental data. We anticipate that future work with AMMPER will serve the space radiobiology community by supporting a greater mechanistic understanding of microbial radiation responses and aiding in experimental design.