Data and code from: Symbiont evolutionary history underpins quality to an insect host
Data files
Jul 31, 2026 version files 59.66 KB
-
data_analysis.R
10.30 KB
-
development_graph.csv
33.45 KB
-
devtime.csv
4.78 KB
-
README.md
3.27 KB
-
survival_curves.R
4.22 KB
-
survival.csv
3.65 KB
Abstract
While many insects have evolved mechanisms to ensure the faithful transmission of bacterial symbionts across generations, the majority of insects lack such mechanisms. Instead, many insects must acquire symbionts from their local environments. Without mechanisms for vertical transmission, insects are thought to be at risk of experiencing low fitness by acquiring low-quality symbiont strains. For example, insects dependent on environmental symbiont transmission may acquire nonsymbiotic bacteria or symbionts that are adapted to other co-localized hosts. Yet, insects often appear capable of interacting with a wide variety of symbiont strains, and environmental transmission is prevalent across diverse insect species. Therefore, it remains unclear whether the evolutionary history of a symbiont actually impacts its benefit to hosts. Here, we test whether the recent evolutionary history of a symbiont impacts its quality to an insect host by inoculating Anasa tristis De Geer (Hemiptera: Coreidae) insects with Burkholderiaceae strains isolated from a conspecific host, a distantly related heterospecific host, and from soil. We find that the soil strain offers few fitness benefits. In contrast, both strains with a recent history of host association support insect survival to adulthood, but the greatest benefits emerge from the symbiont isolated from a conspecific host, which also improves insect development rates. Overall, our study demonstrates that the evolutionary history of a symbiont may impact its quality to insect hosts and lays a foundation for future work to further examine whether environmental transmission carries costs for insect hosts.
We tested whether the recent evolutionary history of a symbiont impacts its quality to an insect host by inoculating Anasa tristis de Geer (Hemiptera: Coreidae) insects with Burkholderiaceae strains isolated from a conspecific host, a distantly related heterospecific host, and from soil. We performed insect fitness experiments where insects were inoculated, and we recorded their development rate and survival to adulthood. We include this development rate data in this submission.
- data_analysis.R = The R script used to analyze insect fitness data (including development rate and proportion surviving to adult. Survival curves have a separate R script)
- development_graph.csv = data file used to plot insect development rates. VARIABLE LIST:
tristis is the host1. symbiont = the symbiont strain assessed. snap2a = soil strain
b. GAOX1 = conspecific strain
c. LS1 = heterospecific strain
d. water = no symbiont (aposymbiotic bugs)
2. replicate = the experimental replicate (replicated two times)
3. stage = the life stage of the insect
4. days = the number of days to reach each life stage. Blank entries are necessary for compatibility with the R script and indicate an insect did not develop to the given life stage - devtime.csv = the data file used for statistical analysis of insect development rate. VARIABLE LIST 1. symbiont = the symbiont strain assessed. snap2a = soil strain
b. GAOX1 = conspecific strain
c. LS1 = heterospecific strain
d. water = no symbiont (aposymbiotic bugs)
2. replicate = the experimental replicate (replicated two times)
3. BUG ID = identifier of the bug for which fitness is being measured
4. tothird = the number of days for the insect to reach the third instar. Blank entries are necessary for compatibility with the R script and indicate an insect did not develop to the given life stage
5. tofourth - the number of days for the insect to reach fourth instar. Blank entries are necessary for compatibility with the R script and indicate an insect did not develop to the given life stage
6. tofifth = the number of days for the insect to reach fifth instar. Blank entries are necessary for compatibility with the R script and indicate an insect did not develop to the given life stage
7. toadult = the number of days for the insect to reach adult
a. Blank entries are necessary for compatibility with Rthe script and indicate an insect did not develop to the given life stage 8. status = 1 - bug reached adulthood, or 0 - bug died - survival_curves.R = the R script used to analyze survival over time
- survival.csv = data file used to analyze survival over time (survival curves)
VARIABLE LIST
1. symbiont = the symbiont strain assessed. snap2a = soil strain
b. GAOX1 = conspecific strain
c. LS1 = heterospecific strain
d. WATER = no symbiont (aposymbiotic bugs)
2. replicate = the experimental replicate (replicated two times)
3. ID = identifier of the bug for which fitness is being measured. 4. status = 1 - bug died, or 0 bug survived to adulthood (or was censored)
5. daystodeath = the day of the experiment at which the bug died
