Data and code from: Relaxed selection diminishes social memory and expression of host defenses against cuckoos
Data files
Jun 01, 2026 version files 72.24 KB
-
Data_files.zip
5.12 KB
-
Metadata.xlsx
10.55 KB
-
README.md
16.74 KB
-
Social_responsiveness_clean_R_script.R
39.82 KB
Abstract
Behavioral defenses are a key adaptation across animals, but confirming decay under relaxed selection is challenging. If expression involves decision-making, then defenses may only be expressed when the right environmental cues are available (i.e., cryptic plasticity). Even if defenses wane, they could be quickly restored once selection resumes, as animals can learn by observing others (i.e., social memory). Here we tested cryptic plasticity and social memory under relaxed selection in a cuckoo host, the Common Reed Warbler, by manipulating perceived parasitism risk with social information in geographically-distinct areas differing in allopatry (100 to 1000 years). Despite predicting social information of a cuckoo vs. a control would elicit otherwise cryptic behavioral defenses, only birds that mobbed model cuckoos prior to manipulation upregulated this defense, and only in the recently allopatric population. Social information also had no effect on low-to-absent rates of foreign egg rejection, a second line of defense common to cuckoo host species. These results contrast with parasitized locations where similar methods provoke mobbing and increase egg rejection ten-fold. Our study therefore suggests that, even when manipulating information to account for reaction norms, behavioral defenses may degrade rapidly under relaxed selection, demonstrating a process facilitating a geographic mosaic of coevolution.
Dataset DOI: 10.5061/dryad.vmcvdnd7g
Description of the data and file structure
Data and R script used for mobbing, egg rejection, and latency analyses. Data files can be found in Data_files.zip
Files and variables (found also in Metadata.xlsx)
Filename: Mobbing_SI_Experiment_Finland.csv
A dataset with 8 variables, 166 rows, describing the outcome of experimental trials testing change in mobbing behaviour towards cuckoos according to social information treatments in Finland.
| Variables | Explanation |
|---|---|
| NestID | unique codes for nests in Finland |
| Presentation | order of trial, cuckoo presentation at nest (before social information or after social information) |
| Treatment | social information treatment (cuckoo vs. control-magpie) |
| Latency | time to approach within 3 metres of the nest (in seconds) during a presentation trial |
| SnapsRasps | total number of bill snaps and rasping calls made by a pair of reed warblers at nest during 5 minutes (starting from the first approach within 3 metres) |
| Year | year of experiment, 2019 or 2020 |
| Cuckoo_perch | distance in metres to the nearest tree > 3 metres in height ± 1 m accuracy using handheld GPS, measured in previous studies as a vantage point for cuckoos |
| Propensity | binary variable describing whether pair gave mobbing calls (i.e., SnapsRasps > 0 = 1) or not (SnapsRasps = 0) |
File name: Mobbing_SI_Experiment_Sicily.csv
A dataset with 7 variables and 80 rows, describing the outcome of experimental trials testing change in mobbing behaviour towards cuckoos according to social information treatments in Sicily.
| Variables | Explanation |
|---|---|
| NestID | unique codes for nests in Sicily |
| Presentation | order of trial, cuckoo presentation at nest (before social information or after social information) |
| Treatment | social information treatment (cuckoo vs. control-teal) |
| Latency | time to approach within 3 metres of the nest (in seconds) during a presentation trial |
| SnapsRasps | total number of bill snaps and rasping calls made by a pair of reed warblers at nest during 5 minutes (starting from the first approach within 3 metres) |
| Cuckoo_perch | distance in metres to the nearest tree > 3 metres in height ± 1 m accuracy using handheld GPS, measured in previous studies as a vantage point for cuckoos |
| Propensity | binary variable describing whether pair gave mobbing calls (i.e., SnapsRasps > 0 = 1) or not (SnapsRasps = 0) |
File name: Mobbing_teal.csv
A dataset with 5 variables and 86 rows, describing the outcome of experimental trials testing mobbing responses towards teal in Finland vs. Sicily
| Variables | Explanation |
|---|---|
| NestID | unique codes for nests |
| Location | study areas, Sicily or Finland |
| SnapsRasps | total number of bill snaps and rasping calls made by a pair of reed warblers at nest during 5 minutes (starting from the first approach within 3 metres) |
| Propensity | binary variable describing whether pair gave mobbing calls (i.e., SnapsRasps > 0 = 1) or not (SnapsRasps = 0) |
| Latency | time to approach within 3 metres of the nest (in seconds) during a presentation trial |
File name: Blue_egg_rejection.csv
A dataset with 5 variables and 56 rows, describing the outcome of experimental trials testing egg rejection behaviour in response to social information treatments in Finland
| Variables | Explanation |
|---|---|
| Variables | Explanation |
| NestID | unique codes for nests in Finland |
| Treatment | social information treatment (cuckoo vs. control-magpie) |
| Cuckoo_perch | distance in metres to the nearest tree > 3 metres in height ± 1 m accuracy using handheld GPS, measured in previous studies as a vantage point for cuckoos |
| Full_clutch | completed clutch size, number of eggs |
| Egg_reject | binary variable describing outcome of behavioural trial, 0 = accepted, 1 = rejected (assessed as evidence of damage of model or real eggs) |
File name: P2_latency_Finland.csv
A dataset with 6 variables and 84 rows, describing behavioural responses during the second model presentation at the nest in Finland
| Variables | Explanation |
|---|---|
| NestID | unique codes for nests in Finland |
| Presentation | label indicating order of trial, second presentation (P2) at nest |
| Treatment | social information treatment (cuckoo vs. control-magpie) |
| Latency | time to approach within 3 metres of the nest (in seconds) during a presentation trial |
| Year | year of experiment, 2019 or 2020 |
| Propensity | binary variable describing whether pair gave mobbing calls (i.e., SnapsRasps > 0 = 1) or not (SnapsRasps = 0) |
Code/software
R version 4.3.2 and RStudio. The user must set the working directory to the file location of the data files. The R script file is named Social_responsiveness_clean_R_script.R
This R script runs the analyses and generates the plots used in the manuscript and its supplementary materials. Necessary packages are loaded at the beginning of the script.
