Reproductive experience drives changes in behavior and physiology in male California mice (Peromyscus californicus)
Data files
Jun 27, 2025 version files 61.35 KB
-
Caregiving.csv
22.28 KB
-
EPM_Exp_1.csv
1.89 KB
-
EPM_Exp_2.csv
3.26 KB
-
NOR_Exp_1.csv
1.43 KB
-
NOR_Exp_2.csv
1.82 KB
-
Pup_exposure.csv
11.58 KB
-
README.md
14.23 KB
-
Sperm_count_Exp_2.csv
1.20 KB
-
Testes_weight_Exp_2.csv
1.04 KB
-
Testes_weight_Sperm_count_Exp_1.csv
1.54 KB
-
Testes_weight_Sperm_count_Exp_2.csv
1.08 KB
Abstract
In biparental mammals, male behavior and reproductive physiology may be shaped by mating, siring, and caregiving, but their individual contributions are less understood. This dataset includes raw behavioral, physiological, and caregiving measures from two experiments in Peromyscus californicus males. In Experiment 1, we compared virgins, nonfathers (mated with sterile females), and experienced fathers on anxiety-like behavior (elevated plus maze), recognition memory (novel object recognition), testes weight, and sperm count. In Experiment 2, we compared nonfathers, pup-sensitized nonfathers (exposed to unrelated pups), and first-time fathers on the same behavioral and reproductive measures, as well as pup-directed behaviors including grooming, latency to approach, and nest building. Experienced fathers in Experiment 1 showed enhanced recognition memory, reduced anxiety-like behavior, and greater reproductive investment compared to virgins and nonfathers. In Experiment 2, only testes weight differed among groups—first-time fathers had larger testes than nonfathers—suggesting that reproductive investment responds more rapidly to mating and siring than behavioral traits do to brief caregiving. Pup-sensitized males and fathers differed in caregiving strategies: the former groomed pups more, while the latter invested more in nest building. The dataset includes CSV files of all raw data and R scripts for linear and mixed effects models.
Overview
This repository contains data and analysis scripts related to our behavioral and reproductive trait studies. The dataset includes raw data from various experiments and corresponding R scripts that perform linear models and linear mixed effects models on the data.
Files
Elevated Plus Maze (EPM) Data and Scripts
- EPM_Exp_1.csv
- Description: Contains the raw data from the Experiment 1 elevated plus maze test.
- Variables:
- Subject: A unique identifier assigned to each animal tested.
- Treatment: Experimental group designation.
- Distance_moved: Total distance the subject moved (in cm) during the EPM trial.
- NUM_Closed_arm (Number of Closed Arm Entries): The number of times the subject entered either of the two closed arms.
- DUR_Closed_arm (Duration in Closed Arms): Total time (in seconds) spent in the closed arms during the trial.
- NUM_Open_arm (Number of Open Arm Entries): The number of times the subject entered either of the two open arms.
- DUR_Open_arm (Duration in Open Arms): Total time (in seconds) spent in the open arms during the trial.
- Prcnt_open_arm (Percent Time in Open Arms): The percentage of the total trial time spent in the open arms.
- Age_at_EPM: The age of the subject in days at the time of EPM testing. ‘NA’ indicates age was unknown.
- EPM_Exp_2.csv
- Description: Contains the raw data from the Experiment 2 elevated plus maze test.
- Variables:
- Subject: A unique identifier assigned to each animal tested.
- Treatment: Experimental group designation. ‘PSNF’ indicates pup-sensitized nonfathers.
- Trial: Indicates test number on EthoVision software.
- Male_age_at_testing: The age of the subject in days at the time of the EPM testing.
- NUM_Closed_arms (Number of Closed Arm Entries): The number of times the subject entered either of the two closed arms.
- DUR_Closed_arms (Duration in Closed Arms): Total time (in seconds) spent in the closed arms during the trial.
- LAT_Closed_arms (Latency to Enter Closed Arms): Time (in seconds) from the start of the trial to the subject's first entry into a closed arm.
- NUM_Opened_arms (Number of Open Arm Entries): The number of times the subject entered either of the two open arms.
- DUR_Open_arms (Duration in Open Arms): Total time (in seconds) spent in the open arms during the trial.
- LAT_Open_arms (Latency to Enter Open Arms): Time (in seconds) from trial start to the subject's first entry into an open arm.
- Total_time: Total duration of the trial in seconds.
- Distance_moved: Total distance the subject moved (in cm) during the EPM trial.
- Percent_open_arms_w_center (% Time in Open Arms Including Center): The percentage of the trial spent in the open arms including any time the animal spent in the center platform of the maze (which connects the arms).
- Percent_open_arms_wo_center (% Time in Open Arms Excluding Center): The percentage of time spent in the open arms excluding time spent in the center zone.
- EPM_LM_G.R
- Description: R script that contains the code used to perform linear models on the elevated plus maze data for Experiments 1 and 2.
Novel Object Recognition (NOR) Data and Scripts
- NOR_Exp_1.csv
- Description: Contains the raw data from the Experiment 1 novel object recognition test.
- Variables:
- Subject: A unique identifier assigned to each animal tested.
- Treatment: Experimental group designation.
- Age_at_NOR: The age of the subject in days at the time of NOR testing. ‘NA’ indicates age was unknown.
- Marble_time (Time with Familiar Object): The total amount of time (in seconds) the subject spent interacting with the familiar marble.
- Block_time (Time with Novel Object): The total amount of time (in seconds) the subject spent interacting with the novel block.
- Prcnt_novel_object (Percent Time with Novel Object): The percentage of total object interaction time spent investigating the novel object. Calculated as (Block_time) / (Marble_time + Block_time) × 100.
- Difference_score: A measure of preference calculated as Block_time minus Marble_time.
- NOR_Exp_2.csv
- Description: Contains the raw data from the Experiment 2 novel object recognition test.
- Variables:
- Treatment: Experimental group designation. ‘PSNF’ indicates pup-sensitized nonfathers.
- Subject: A unique identifier assigned to each animal tested.
- Difference_score: A measure of preference calculated as Block_time minus Marble_time.
- Percent_novel_object (Percent Time with Novel Object): The percentage of total object interaction time spent investigating the novel object. Calculated as (Block_time) / (Marble_time + Block_time) × 100.
- Block_time (Time with Novel Object): The total amount of time (in seconds) the subject spent interacting with the novel block.
- Marble_time (Time with Familiar Object): The total amount of time (in seconds) the subject spent interacting with the familiar marble.
- Male_age_at_testing: The age of the subject in days at the time of NOR testing.
- Female_mating_history: The number of males to which a female was paired.
- NOR_LM_G.R
- Description: R script that contains the code used to perform linear models on the novel object recognition data for Experiments 1 and 2.
Reproductive Trait Data and Scripts
- Testes_weight_Sperm_count_Exp_1.csv
- Description: Contains the raw average testes weight and sperm count data from Experiment 1.
- Variables:
- ID: A unique identifier assigned to each individual subject.
- Treatment: Experimental group designation. ‘NF’ indicates nonfathers.
- Age: The age of the subject in days.
- BW (Body Weight): The body weight of the subject at the time of dissection, measured in milligrams.
- Relative_testes_weight: Mean testes weight (in mg) normalized to body weight.
- Sperm_count: Number of sperm collected from the epididymis.
- Mean_testes_weight: The average weight (in mg) of a single testis calculated by dividing the combined weight of both testes by two.
- Sperm_count_Exp_2.csv
- Description: Contains the raw sperm count data from Experiment 2.
- Variables:
- ID: A unique identifier assigned to each individual subject.
- Treatment: Experimental group designation. ‘NF’ indicates nonfathers and ‘PSNF’ indicates pup-sensitized nonfathers.
- BW (Body Weight): The body weight of the subject at the time of dissection, measured in milligrams.
- Age: The age of the subject in days.
- Sperm_Count: Number of sperm collected from the epididymis. Cells are left empty if we were unable to collect sperm from subject.
- Testes_weight_Exp_2.csv
- Description: Contains the raw average testes weight data from Experiment 2.
- Variables:
- ID: A unique identifier assigned to each individual subject.
- Treatment: Experimental group designation. ‘NF’ indicates nonfathers and ‘PSNF’ indicates pup-sensitized nonfathers.
- BW (Body Weight): The body weight of the subject at the time of dissection, measured in milligrams.
- Age: The age of the subject in days.
- Mean_testes_weight: The average weight of a single testis calculated by dividing the combined weight of both testes by two.
- Testes_weight_Sperm_count_Exp_2.csv
- Description: Contains the raw average testes weight and sperm count data from Experiment 2.
- Variables:
- ID: A unique identifier assigned to each individual subject.
- Treatment: Experimental group designation. ‘NF’ indicates nonfathers and ‘PSNF’ indicates pup-sensitized nonfathers.
- Sperm_Count: Number of sperm collected from the epididymis. Cells are left empty if we were unable to collect sperm from subject.
- Mean_testes_weight: The average weight (in mg) of a single testis calculated by dividing the combined weight of both testes by two.
- Repro_LM_G.R
- Description: R script that contains the code used to perform linear models on the reproduction data for Experiments 1 and 2.
Pup-Exposure and Caregiving Behavior Data and Scripts
- Pup_exposure.csv
- Description: Contains the raw data on pup-exposure behavior.
- Variables:
- Subject: A unique identifier assigned to each animal tested.
- Treatment: Experimental group designation.
- PND (Postnatal Day): The age of the pups used in the assay, in days.
- Male_age_at_testing: The age of the male subject at the time of the test, in days.
- NUM_pups_sired: The number of offspring the subject had sired at the time of testing. This value is therefore NA for pup-sensitized nonfathers.
- DUR_Exploration_near: Total time (in seconds) spent exploring near the pup enclosure.
- NUM_Exploration_near: Total number of bouts of exploration near the pup enclosure.
- DUR_Exploration_away: Total time (in seconds) spent exploring areas away from the pup enclosure.
- NUM_Exploration_away: Total number of bouts of exploration away from the pup enclosure.
- DUR_Pup_directed: Total time (in seconds) engaged in direct pup interactions (e.g., sniffing, licking, touching directed at pups).
- NUM_Pup_directed: Total number of bouts of pup-directed interaction.
- DUR_Latency_pup_directed: Time (in seconds) from the start of the test until the male first engaged in a pup-directed behavior.
- NUM_Latency_pup_directed: Number of latency periods scored prior to first pup-directed interaction.
- DUR_Grooming: Total time (in seconds) spent auto-grooming.
- NUM_Grooming: Total number of auto-grooming bouts.
- DUR_Resting: Total time (in seconds) spent resting or inactive.
- NUM_Resting: Number of distinct resting bouts during the test.
- DUR_Jump/backflips: Total time (in seconds) spent engaging in jumping or backflipping. All NA because this is a point behavior.
- NUM_Jump/backflips: Number of bouts of jumping or backflipping behaviors.
- Caregiving.csv
- Description: Contains the raw data on caregiving behavior.
- Variables:
- Subject: A unique identifier assigned to each animal tested.
- Treatment: Experimental group designation.
- PND (Postnatal Day): The age of the pups used in the assay, in days.
- Male_age_at_testing: Age of the male (in days) at the time of the caregiving assay.
- Pup_1_time: Total time (in seconds) tested with the first pup.
- Earliest_latency: Latency (in seconds) to the first occurrence of any caregiving-related behavior.
- Parental_behavior_latency: Latency (in seconds) to the first instance of huddling, grooming, or retrieving.
- Huddle_latency: Latency (in seconds) to first occurrence of huddling behavior.
- Huddling: Total duration (in seconds) spent huddling over the pup.
- NUM_Huddling: Number of huddling bouts.
- Groom_latency: Latency (in seconds) to first occurrence of grooming behavior directed at the pup.
- Grooming: Total duration (in seconds) spent grooming the pup.
- NUM_Grooming: Number of pup grooming bouts.
- Huddling_grooming: Combined total duration (in seconds) of huddling and grooming behaviors.
- Sniff_latency: Latency (in seconds) to first sniff of the pup.
- Sniffing: Total time (in seconds) spent sniffing the pup.
- NUM_Sniffing: Number of discrete sniffing bouts.
- Retrieve_latency_1: Latency (in seconds) to first pup retrieval.
- Retrieve_latency_1_fixed: Latency (in seconds) to first pup retrieval corrected if retrieval did not take place. NA indicates male did not retrieve pup.
- Retrieving_1: Total duration (in seconds) spent retrieving the pup.
- NUM_Retrieving_1: Number of pup retrievals.
- Pup_interaction: Total duration (in seconds) of any pup-directed interaction (e.g., sniffing, grooming, huddling, retrieving).
- Nest_building: Total time (in seconds) spent manipulating nesting material.
- NUM_Nest_building: Number of nest-building bouts.
- General_activity: Total time (in seconds) spent in general movement or exploration, not directed toward the pup.
- NUM_General_activity: Number of bouts of general (non-caregiving) activity.
- Resting: Total time (in seconds) spent inactive during the trial.
- General_resting: Combined total duration (in seconds) of general activity and resting behaviors.
- Pup_2_Time: Total time (in seconds) tested with the second pup introduced later in the assay.
- Retrieve_latency_2: Latency (in seconds) to retrieve the second pup.
- Retrieve_latency_2_fixed: Latency (in seconds) to retrieve the second pup corrected if retrieval did not take place. NA indicates male did not retrieve pup.
- NUM_Lack_of_retrieve_2: Count of failure to retrieve pup 2 (e.g., 1 = did not retrieve).
- Investigate_latency_2: Latency (in seconds) to first investigation of pup 2.
- NUM_Lack_of_investigate_2: Count of failure to investigate pup 2 (e.g., 1 = did not investigate).
- Pup_exposure_LM_G.R
- Description: R script that contains the code used to perform linear mixed effects models on the pup-exposure data.
- Caregiving_LM_G.R
- Description: R script that contains the code used to perform linear mixed effects models on the caregiving data.
Usage
- Data Files:
- The raw data files can be loaded into R.
- Script Files:
- The analysis scripts can be run in an R environment. Ensure that you set the working directory to the location of the data files or provide the correct path to the data files within the scripts.
- The scripts will perform the specified modeling on the provided data and output results including model summaries.
Contact
For any questions or further information, please contact Maria Colt at mcolt@umd.edu.
