Data and code from: Ordering matters: Combinatorial song structure governs male responses in a cicada species
Data files
May 28, 2026 version files 29.69 KB
-
Code.R
9.26 KB
-
Rawdata1.csv
1.02 KB
-
Rawdata2.csv
5.25 KB
-
Rawdata3.csv
11.01 KB
-
README.md
2.68 KB
-
Table_S1.csv
470 B
Abstract
The composition of complex acoustic sequences can significantly influence receiver responses. In Meimuna opalifera, a cicada species, males produce a complex calling song whose main section comprises two components: the former and latter parts. A previous study suggested that these components play distinct roles in eliciting male responses. We investigated whether the arrangement of these components influences male response frequency. By preparing stimuli with a normal order, reversed order, elongated versions of the latter part, and conducting playback experiments, we found that male responses significantly declined during reversed-order playback. Furthermore, in normal-order songs, the majority of male responses occurred during the latter part. These results indicate that the arrangement of acoustic units is crucial for eliciting response calls (RCs) in M. opalifera. This is the first evidence in insects that the ordering of air-borne acoustic signal units alters receiver responses, highlighting the importance of signal combinations in male-male communication.
File Explanation
-
Code.R
R script file for data analyses.
- Number of RCs per treatment (Mean ± SE)
- Pairwise comparison using GLMM
- Comparing the number of RCs directed toward each song component using GLMM
- Comparing frequency distributions using Kolmogorov-Smirnov test
-
Rawdata1.csv
This includes the number of response calls (RCs) per treatment in the playback experiments.
- male_id : individual number of experimental males
- date : date of experiment (mdd: e.g., "822" means "22 August")
- stimulus : stimulus used in the treatment, showing stimulus_type and stimulus_id
- stimulus_type : type of the stimulus (NO: normal order, RO: reversed order, NE: normal order—elongated, or RE: reversed order—elongated)
- stimulus_id : id number of sound source used in the stimulus to create
- n_RC : number of RCs observed during the treatment
-
Rawdata2.csv
This includes the number of RCs directed toward each component during treatment.
- male_id : individual number of experimental males
- date : date of experiment (mdd)
- stimulus : stimulus used in the treatment, showing stimulus_type and stimulus_id
- stimulus_type : type of the stimulus (NO, RO, NE, or RE)
- stimulus_id : id number of sound source used in the stimulus to create
- ordering : type of order of components in the stimulus (Normal or Reverse)
- component : song component toward which RCs were directed (former, latter, or ending)
- compo_RC : number of RCs directed toward each song component during the treatment
-
Rawdata3.csv
This includes the latency time of RC production across all treatments.
- rc_id : index number of RC
- date : date of experiment (mdd)
- stimulus : stimulus used in the treatment, showing stimulus_type and stimulus_id
- stimulus_type : type of the stimulus (NO, RO, NE, or RE)
- stimulus_id : id number of sound source used in the stimulus to create
- start : onset time of the RC during a treatment (s)
- end : offset time of the RC during a treatment (s)
- duration : duration of the RC (s)
- when_start : type of song component played at the time when the RC was produced (FP: former part, LP: latter part, or ES: ending section)
-
Table_S1.csv
This includes the temporal information of experimental stimuli. Please also see Supplemental Materials of the primary article.
- unit : type and id of unit (and stimulus)
- unit_dur : duration of a unit (s)
- stimulus_dur : duration of a stimulus (s)
- unit_num : number of unit included in a stimulus
