(1) The file MASTER_DATAFRAME.txt contains a tab-delimited text file with the following data columns: GENO: Male genotype INDIV: Individual male identifier NUM_MALES: Number of males in the vial at the beginning of a mating session TOT_EGGS: Total number of eggs summed across replicate vials TOT_UNHATCHED: Total number of unhatched eggs summed across replicate vials TOT_HATCHED: Total number of hatched eggs summed across replicate vials PROP_HATCHED: Proportion of eggs that hatched TOT_OFF: Total number of offspring sired EtoA_VIA: Egg to adult viability (total eggs laid) HtoA_VIA: Hatched eggs to adult viability COP_LAT: Copulation latency (minutes) COP_DUR: Copulation duration (minutes) COP_POSITION: Orientation of the male on the female during copulation L45 -- 45 degree angle to the left R45 -- 45 degree angle to the right L90 -- 90 degree angle to the left R90 -- 90 degree angle to the right MULTI -- multiple abnormal angles during copulation WT -- normal copulation positioning COP_POS_BIN: Binary male copulation positioning (1=normal, 0=abnormal) SPERM: Total sperm transferred from an individual male (average from two counts) LOBE_UM2: Posterior lobe area (square micrometers) LEG_UM: Tibia length (micrometers) PC1: Principal component 1 score PC2: Principal component 2 score PC3: Principal component 3 score (2) The file SURVIVORSHIP.txt contains a tab-delimited text file with the following data columns: GENO: Male genotype DAY: Number of days after the initial mating Proportion.alive: Proportion of initial individuals that remained alive Num.indiv.alive: Number of individuals that remained alive (3) The file ELISA.txt contains a tab-delimited text file with the following data columns: PLATE: Plate number LOCATION: Well location within each plate SAMPLE: Sample identifier GENO: Male genotype ABS: Raw absorbance values ADJ_ABS: Normalized absorbance values DF: Sample dilution factor COP_DURATION: Copulation duration (minutes) LEG_UM: Tibia length (micrometers) LOBE_UM2: Posterior lobe area (square micrometers) PC1: Principal component 1 score PC2: Principal component 2 score PC3: Principal component 3 score "NA" denotes missing data in each file.