Data from: Life history changes associated with over 400 generations of artificial selection on body size in Drosophila
收藏Mendeley Data2024-06-06 更新2024-06-27 收录
下载链接:
https://datadryad.org/stash/dataset/doi:10.5061/dryad.15dv41p4v
下载链接
链接失效反馈官方服务:
资源简介:
# Data from: Life history changes associated with over 400 generations of artificial selection on body size in Drosophila [https://doi.org/10.5061/dryad.15dv41p4v](https://doi.org/10.5061/dryad.15dv41p4v) ## Description of the data and file structure **BodySizes.csv** *Male and female body size data for the Body Size experiment. Data are displayed in Figure 1.* “Block” = the experimental block “Treatment” = the artificial selection treatment (L, S, C, or LHm) “Lineage” = the artificial selection lineage (e.g., L1, L2, S1, etc.) “SieveHoleDiameter” = sieve hole diameter (in 𝜇m) of the sieves used for size sorting “NumberMales” = the total number of males found within each sieve after size sorting “NumberFemales” = the total number of females found within each sieve after size sorting **Fecundity_Lin.csv** *Fecundity data for the lineage comparisons (includes LHm). Data are displayed in Figure 2b.* “Lineage” = the artificial selection lineage (e.g., L1, L2, S1, etc.) “Treatment” = the artificial selection treatment (L, S, C, or LHm) “Vial” = the experimental vial that 10 females were sampled from “Female” = each female sampled from “Vial” “Fecundity” = the total number of eggs laid by the female **Fecundity_TM.csv** *Fecundity data for the treatment comparisons (does not include LHm). Data are displayed in Figure 2a.* “Treatment” = the artificial selection treatment (L, S, or C) “Lineage” = the artificial selection lineage (e.g., L1, L2, S1, etc.) “Vial” = the experimental vial that 10 females were sampled from “Female” = each female sampled from “Vial” “Fecundity” = the total number of eggs laid by the female **EggVolumeImages.zip** *Digital images of eggs measured for the Egg Size experiment. Each folder contains the images for a given experimental block (i.e., B1 = Block 1). The JPEG file names use the following format: Block-Lineage-Image # (e.g., B1-C1-001 is the first image of C1 eggs from Block 1). Within a block, each lineage has 1-3 replicate images, as needed, to ensure 10 representative eggs on their dorsal sides were available to measure. All images were taken at 40X magnification. For additional precision, the folder for each block also contains an image of 1 mm for scale. The scale image for Block 6 has unfortunately been lost, but this block was conducted identically to the previous blocks.* **EggVolumes.csv** *Egg volume data for the Egg Size experiment. Data are displayed in Figure 3.* “Block” = the experimental block “Treatment” = the artificial selection treatment (L, S, C, or LHm) “Lineage” = the artificial selection lineage (e.g., L1, L2, S1, etc.) “EggVolume” = egg volume (in 𝜇m^3) **RelativeEggInvestment.csv** *Relative egg investment data. Data are displayed in Figure 4.* “Lineage” = the artificial selection lineage (e.g., L1, L2, S1, etc.) “Treatment” = the artificial selection treatment (L, S, C, or LHm) “RelativeEggInvestment” = relative egg investment, calculated using the mean female body size and mean egg size for each lineage **Viability_Lin.csv** *Viability data for the lineage comparisons (includes LHm). Data are displayed in Figure 5b.* “Block” = the experimental block “Treatment” = the artificial selection treatment (L, S, C, or LHm) “Lineage” = the artificial selection lineage (e.g., L1, L2, S1, etc.) “OLRE” = an observation-level random effect added to potentially reduce overdispersion “NumHatch” = the number of eggs out of 24 that hatched “NumNotHatch” = the number of eggs out of 24 that did not hatch “NumEclose” = the total number of eclosing adult flies “NumEggNotEclose” = the total number eggs (out of 24) that did not eclose as adult flies “NumLarvaeNotEclose” = the total number of larvae (from “NumHatch”) that did not eclose as adult flies **Viability_TM.csv** *Viability data for the treatment comparisons (do not include LHm). Data are displayed in Figure 5a.* “Block” = the experimental block “Treatment” = the artificial selection treatment (L, S, C, or LHm) “Lineage” = the artificial selection lineage (e.g., L1, L2, S1, etc.) “OLRE” = an observation-level random effect added to potentially reduce overdispersion “NumHatch” = the number of eggs out of 24 that hatched “NumNotHatch” = the number of eggs out of 24 that did not hatch “NumEclose” = the total number of eclosing adult flies “NumEggNotEclose” = the total number eggs (out of 24) that did not eclose as adult flies “NumLarvaeNotEclose” = the total number of larvae (from “NumHatch”) that did not eclose as adult flies ## Sharing/Access information Links to other publicly accessible locations of the data: N/A Data was derived from the following sources: N/A ## Code/Software ##### JMP logs for body size, egg volume, and relative egg investment analysis All analysis performed using JMP 17. **BodySizesJMPlogs.rtf** Output logs containing the JMP scripts for the following analyses using the body size data in BodySizes.csv: 1. the ANOVA testing for an effect of artificial selection Treatment on Female Body Size (Table S2a) 2. the ANOVA testing for an effect of artificial selection Treatment on Male Body Size (Table S2b) 3. the ANOVA testing for an effect of artificial selection Lineage on Female Body Size (Table S3a) 4. the ANOVA testing for an effect of artificial selection Lineage on Male Body Size (Table S3b) **EggVolumesJMPlogs.rtf** Output logs containing the JMP scripts for the following analyses using the egg size data in EggVolumes.csv: 1. the ANOVA testing for an effect of artificial selection Treatment on Egg Volume (Table S6a) 2. the ANOVA testing for an effect of artificial selection Lineage on Egg Volume (Table S7) **RelativeEggInvestmentJMPlog.rtf** Output log containing the JMP script for the ANOVA testing for an effect of artificial selection Treatment on Relative Egg Investment (Table S6b). ##### R scripts for GLMMs used to analyze female fecundity and juvenile viability data. All analyses performed using R 4.3.1 and the following packages: glmmTMB 1.1.7 Car 3.1-2 emmeans 1.8.7 **Fecundity.R** R code for the following analyses: * the negative binomial GLMM used for lineage comparisons of the fecundity data in Fecundity_Lin.csv (Table S5) * the negative binomial GLMM used for treatment comparisons of the fecundity data in Fecundity_TM.csv (Table S4) **Viability.R** R code for the following analyses: Egg-to-larva viability (hatch rate) * binomial GLMM used for lineage comparisons of the viability data in Viability_Lin.csv (Table S9b) * binomial GLMM used for treatment comparisons of the viability data in Viability_TM.csv (Table S8b) Larva-to-adult viability * binomial GLMM used for lineage comparisons of the viability data in Viability_Lin.csv (Table S9c) * binomial GLMM used for treatment comparisons of the viability data in Viability_TM.csv (Table S8c) Egg-to-adult viability * binomial GLMM used for lineage comparisons of the viability data in Viability_Lin.csv (Table S9a) * binomial GLMM used for treatment comparisons of the viability data in Viability_TM.csv (Table S8a)
创建时间:
2024-06-02



