| Literature DB >> 35212713 |
Justin C Collette1, Karen D Sommerville1, Mitchell B Lyons2, Catherine A Offord1,2, Graeme Errington1, Zoe-Joy Newby1, Lotte von Richter1, Nathan J Emery1.
Abstract
BACKGROUND AND AIMS: Seed germination is strongly influenced by environmental temperatures. With global temperatures predicted to rise, the timing of germination for thousands of plant species could change, leading to potential decreases in fitness and ecosystem-wide impacts. The thermogradient plate (TGP) is a powerful but underutilized research tool that tests germination under a broad range of constant and alternating temperatures, giving researchers the ability to predict germination characteristics using current and future climates. Previously, limitations surrounding experimental design and data analysis methods have discouraged its use in seed biology research.Entities:
Keywords: zzm321990 Alectryon subdentatuszzm321990 ; zzm321990 Callitris baileyizzm321990 ; zzm321990 Wollemia nobiliszzm321990 ; climate change; generalized additive models; germination niche; seed testing; temperature
Mesh:
Year: 2022 PMID: 35212713 PMCID: PMC9292609 DOI: 10.1093/aob/mcac026
Source DB: PubMed Journal: Ann Bot ISSN: 0305-7364 Impact factor: 5.040
Fig. 1.Example set-up of the thermogradient plate for seed germination studies. The axes are the thermogradients which swap over every 12 h to simulate ‘day’ and ‘night’ temperatures. These thermogradients are set to 5 °C on the cold side and 45 °C on the warm side. The numbers inside the cells represent average day/night temperatures (°C) that each cell experienced during the Alectryon subdentatus experiment. The shaded cells represent cells that are not typically used for ecological studies, as they have higher night-time than day-time temperatures. In this set-up (36 used cells), each cell is 95 mm across.
Fig. 2.Observed and modelled germination data for three case study species under multiple temperature regimes: (A–C) Alectryon subdentatus; (D–F) Callitris baileyi; (G–I) Wollemia nobilis. Observations were generated using a TGP, and modelled using generalized additive modelling. The first row (A, D and G) shows rasterized quilt plots of the observed data, with day temperature (°C) on the x-axis, night temperature on the y-axis and final germination proportion on the z-axis. The second row (B, E and H) shows the same plots, but with the modelled data rather than the observed data. These plots show the best fitting model for each species. This is a tool to visualize model fit. The final row (C, F and I) shows the final germination proportion predicted into real world current and future predicted temperature for each month at the location of the source population for each species (except for W. nobilis). Current temperature predictions are downloaded from Worldclim models. The future temperatures predictions are an average (± s.e.) temperature from eight CMIP6 models under the IPPC shared socioeconomic pathway SSP5-8.5, for the years 2081–2100.
Output of an R script used to model final germination proportions for the three study species using data generated from germination experiments on a thermogradient plate
| Species | Model | Mean error | Lower 95 % | Upper 95 % | RMSE | Correlation |
|---|---|---|---|---|---|---|
|
| prop_germ ~ te(day_temp, night_temp, bs = ‘cr’) | 0.128 | 0.035 | 0.242 | 0.126 | 0.906 |
| prop_germ ~ te(day_temp, night_temp, bs = ‘tp’) | 0.134 | 0.043 | 0.255 | 0.130 | 0.900 | |
|
|
|
|
|
|
| |
| prop_germ ~ s(day_temp, bs = ‘tp’) + s(night_temp, bs = ‘tp’) | 0.141 | 0.037 | 0.278 | 0.129 | 0.901 | |
| prop_germ ~ te(day_temp, night_temp, bs = ‘ts’) | 0.144 | 0.039 | 0.252 | 0.132 | 0.897 | |
| prop_germ ~ ti(day_temp, night_temp, bs = ‘tp’) | 0.25 | 0.074 | 0.521 | 0.244 | 0.569 | |
|
|
|
|
|
|
|
|
| prop_germ ~ s(day_temp, bs = ‘tp’) + s(night_temp, bs = ‘tp’) | 0.129 | 0.047 | 0.251 | 0.111 | 0.955 | |
| prop_germ ~ te(day_temp, night_temp, bs = ‘tp’) | 0.131 | 0.037 | 0.244 | 0.110 | 0.956 | |
| prop_germ ~ te(day_temp, night_temp, bs = ‘ts’) | 0.134 | 0.045 | 0.253 | 0.124 | 0.943 | |
| prop_germ ~ te(day_temp, night_temp, bs = ‘cr’) | 0.137 | 0.035 | 0.238 | 0.113 | 0.953 | |
| prop_germ ~ ti(day_temp, night_temp, bs = ‘tp’) | 0.28 | 0.097 | 0.505 | 0.240 | 0.767 | |
|
| prop_germ ~ te(day_temp, night_temp, bs = ‘ts’, k = 4) | 0.073 | 0.023 | 0.153 | 0.073 | 0.484 |
| prop_germ ~ s(day_temp, night_temp, bs = ‘tp’, k = 4) | 0.076 | 0.028 | 0.146 | 0.078 | 0.232 | |
| prop_germ ~ s(day_temp, bs = ‘tp’, k = 4) + s(night_temp, bs = ‘tp’, k = 4) | 0.077 | 0.03 | 0.165 | 0.070 | 0.491 | |
| prop_germ ~ ti(day_temp, night_temp, bs = ‘tp’, k = 4) | 0.081 | 0.015 | 0.17 | 0.074 | 0.421 | |
|
|
|
|
|
|
| |
| prop_germ ~ te(day_temp, night_temp, bs = ‘cr’, k = 4) | 0.09 | 0.024 | 0.188 | 0.066 | 0.595 |
Mean error is gained by hold-out samples via Monte Carlo resampling. Ninety per cent of the data were modelled and predicted into the held-out 10 % for 100 iterations. Lower and upper 95 % use the mean error to create confidence intervals (95-percentile of distribution). RMSE is the root mean squared error, a common measure of model error. Correlation is the Person’s correlation between the modelled and observed data. The model in bold was that which was selected as the best fitting and was used to make subsequent predictions and plots. Prop_germ refers to the final germination expressed as a proportion. The letters before the model terms refer to the smoother that was used in the model. ‘te’ and ti’ are tenser terms, while ‘s’ is a smooth term. The letters after ‘bs’ within the model refer to the type of smooth term used. ‘cr’ refers to a cubic spline, ‘tp’ refers to a thin plate smoother and ‘ts’ is also a thin plate smoother, with a modification to the smoothing penalty, so null space is penalized. ‘K’ refers to the number of knots used and is modified when there are smaller amounts of data.