The herbicide glyphosate (GLY) is increasingly implicated in sublethal behavioral impacts to beneficial insects, but its impact on honey bee foraging and waggle dance recruitment behaviors was insufficiently understood. To address this gap, we trained cohorts of honey bees to collect sucrose solution at one of two artificial feeder stations, either a control feeder (unaltered) or treatment feeder (equimolar sucrose solution plus dissolved GLY at a concentration of 5 mg a.e. / L). We found that bees who collected sublethal GLY for a 3-hour period foraged less frequently than their counterparts foraging at the control feeder. Secondarily, we analyzed the frozen brains of a subset of experimental bees to look for differences in absolute and relative levels of key biogenic amines octopamine, tyramine, and dopamine, as well as their amino acid precursor, tyrosine. We found that sublethal glyphosate exposure induced significant positive correlations in levels of octopamine ~ tyrosine, and tyramine ~ tyrosine.
Publisher
University Libraries, Virginia TechCorresponding Author Name
Laura McHenryFiles/Folders in Dataset and Description
[08_repository] - top-level folder
└── [04_data] - # FOLDER: data files
│ ├── GLY_dances_anonymized.csv ## waggle dance data, with dance decoder identifying info removed
│ ├── GLY_dc_data.csv ## Death Census data
│ ├── GLY_feeder_data.csv ## Feeder visit data
│ ├── GLY_frozen_Bees.csv ## Record of bees that were frozen at the end of the behavioral portion of the experiment
│ ├── GLY_marked_bees.csv ## Record of tag color/number combinations used in the experiment
│ ├── GLY_NT_data.csv ## Molecular analyte data (NT stands for neurotransmitter)
│ ├── GLY_randomization.csv ## Feeder color / position / treatment randomization data
└── [05_code] # FOLDER: all code needed for analysis & reports
│ └── [R] # FOLDER: all R scripts - analysis
│ │ ├── 000_gly_master.R # R main file sourcing all other files
│ │ ├── 001_gly_dataprep.R # data preparation file for R
│ │ ├── 002_gly_analysis.R # analysis file for R
│ │ ├── 003_gly_figures.R # figure generation file for R
│ │ ├── 004_gly_functions.R # function prep for R
│ └── [Rmd] # FOLDER: all .Rmd documents - report generation
│ │ ├── 000_Glyphosate_Report.Rmd # source of statistical report
└── [06_reports] # FOLDER: Reports (statistics)
│ ├── 000_Glyphosate_Report.rtf # Rich text output of stat report
│ └── [Figures] # FOLDER: figures generated by 003_gly_figures.R script
│ │ ├── McHenry_Figure1.pdf
│ │ ├── McHenry_Figure2.pdf
│ │ ├── McHenry_Figure3.pdf
│ │ ├── McHenry_Figure4.pdf
└── [07_background_literature] # FOLDER: holding background literature
├── packages_and_versions.csv # .csv file containing packages and versions used in this project.
└── [renv] # FOLDER: contains R package information and other files needed by renv for reproducibility.
├── DESCRIPTION # text file needed by renv when making an explicit snapshot for renv lockfile.
├── ReadMe.html # The README you are currently reading
├── ReadMe.md # The README you are currently reading (markdown version)
├── renv.lock # The lockfile that is used by renv::restore() to restore the r environment.
├── 08_repository.Rproj # The R Project for this repository.