Data from: Temporal regularities of vocal exchange in Java sparrows
收藏Figshare2025-06-16 更新2026-04-28 收录
下载链接:
https://figshare.com/articles/dataset/Data_from_Temporal_regularities_of_vocal_exchange_in_Java_sparrows/29329889
下载链接
链接失效反馈官方服务:
资源简介:
# Data from: Temporal regularities of vocal exchange in Java sparrows## analysis.Rmd contain code for analysisThe R markdown file contain code to replication of the results and plots of the paper## experimental_conditions.csv contain data for experimental conditions of each sessionDescription of the data and file structureThe csv-files contain six columns of experimental conditions. The data in each column are as follows:(session) number of each session(s1a) subject ID that was in s1a area (B1, B2, B3, B4, C3 or C4)(s2a) subject ID that was in s2a area (call, song, or trill)(partname_pre) Identification number of PRE phase(partname_exp) Identification number of F2F phase(partname_post) Identification number of POST phase## labelled_data_for_labelling_validation.csv contain lebelled vocalization data to use in labelling validationDescription of the data and file structureThe csv-files contain seven columns of labelled data (not used for the statistical analysis) for labelling validation, where each data row is the summary of a segmentate vocal region. The data in each column are as follows:(onset) onset time of vocalization(id) caller ID (B1, B2, B3, B4, C3 or C4)(type) vocal types (call, song, or trill)(offset) offset time of vocalization(duration) duration of vocalization, i.e. onset minus offset(phase) phase condition (PRE, F2F or POST)(part) Identification number for each phase## labelled_vocalozation_data.csv contain data for recorded vocalizations that were labelledDescription of the data and file structureThe csv-files contain seven columns of labelled vocalization data, where one row represents one vocalization. The data in each column are as follows:(onset) onset time of vocalization(id) caller ID (B1, B2, B3, B4, C3 or C4)(type) vocal types (call, song, or trill)(offset) offset time of vocalization(duration) duration of vocalization, i.e. onset minus offset(phase) phase condition (PRE, F2F or POST)(part) Identification number for each phase## original_labelled_data_for_labelling_validation.csv contain original lebelled vocalization data to use in labelling validationThe csv-files contain seven columns of labelled data on the original data (a part of data used for the statistical analysis) for labelling validation, where each data row is the summary of a segmentate vocal region. The data in each column are as follows:(onset) onset time of vocalization(id) caller ID (B1, B2, B3, B4, C3 or C4)(type) vocal types (call, song, or trill)(offset) offset time of vocalization(duration) duration of vocalization, i.e. onset minus offset(phase) phase condition (PRE, F2F or POST)(part) Identification number for each phase## Code/SoftwaremacOS Sonoma 14.4.1RStudio (v. 2023.12.1+402)R (v. 4.2.3)R’s package- ggplot2 (v. 3.4.4)- gridExtra (v. 2.3)- lme4 (v. 1.1-34)- mclust (v. 6.0.0)- MuMIn (v. 1.47.5)- tidyverse (v. 2.0.0)
# 数据集来源:爪哇禾雀(Java sparrow)鸣声交流的时间规律
## analysis.Rmd:包含论文结果复现与图表生成代码的R Markdown文件
该R Markdown文件可用于复现论文的全部结果并生成相关图表
## experimental_conditions.csv:包含各实验会话的实验条件数据
### 数据与文件结构说明
该CSV文件包含6列实验条件数据,各列含义如下:
(session) 各实验会话编号
(s1a) 位于s1a区域的受试个体编号(取值为B1、B2、B3、B4、C3或C4)
(s2a) 位于s2a区域的受试个体编号(可发出鸣叫(call)、鸣唱(song)或颤鸣(trill))
(partname_pre) PRE阶段的标识编号
(partname_exp) F2F阶段的标识编号
(partname_post) POST阶段的标识编号
## labelled_data_for_labelling_validation.csv:用于标注验证的已标注鸣声数据
### 数据与文件结构说明
该CSV文件包含7列用于标注验证的已标注数据(未参与统计分析),每一行对应一个分段鸣声区域的汇总信息,各列含义如下:
(onset) 鸣声起始时间
(id) 发声个体编号(取值为B1、B2、B3、B4、C3或C4)
(type) 鸣声类型(鸣叫、鸣唱或颤鸣)
(offset) 鸣声结束时间
(duration) 鸣声时长,即起始时间减去结束时间
(phase) 实验阶段(PRE、F2F或POST)
(part) 各阶段的标识编号
## labelled_vocalozation_data.csv:包含已标注的录制鸣声数据
### 数据与文件结构说明
该CSV文件包含7列已标注鸣声数据,每一行对应一条独立鸣声,各列含义如下:
(onset) 鸣声起始时间
(id) 发声个体编号(取值为B1、B2、B3、B4、C3或C4)
(type) 鸣声类型(鸣叫、鸣唱或颤鸣)
(offset) 鸣声结束时间
(duration) 鸣声时长,即起始时间减去结束时间
(phase) 实验阶段(PRE、F2F或POST)
(part) 各阶段的标识编号
## original_labelled_data_for_labelling_validation.csv:用于标注验证的原始已标注鸣声数据
### 数据与文件结构说明
该CSV文件包含7列来自原始数据集的已标注数据(为统计分析所用数据集的一部分),用于标注验证,每一行对应一个分段鸣声区域的汇总信息,各列含义如下:
(onset) 鸣声起始时间
(id) 发声个体编号(取值为B1、B2、B3、B4、C3或C4)
(type) 鸣声类型(鸣叫、鸣唱或颤鸣)
(offset) 鸣声结束时间
(duration) 鸣声时长,即起始时间减去结束时间
(phase) 实验阶段(PRE、F2F或POST)
(part) 各阶段的标识编号
## 代码与软件环境
操作系统:macOS Sonoma 14.4.1
开发工具:RStudio (v. 2023.12.1+402)
编程语言:R (v. 4.2.3)
所用R包:
- ggplot2 (v. 3.4.4)
- gridExtra (v. 2.3)
- lme4 (v. 1.1-34)
- mclust (v. 6.0.0)
- MuMIn (v. 1.47.5)
- tidyverse (v. 2.0.0)
创建时间:
2025-06-16



