| Literature DB >> 28484483 |
Abstract
This paper describes and summarizes approaches for visualization and statistical analysis using data from Ralstonia solanacearum infection experiments based on methods and concepts that are broadly applicable. Members of the R. solanacearum species complex cause bacterial wilt disease. Bacterial wilt is a lethal plant disease and has been studied for over 100 years. During this time various methods to quantify disease and different ways to analyze the generated data have been employed. Here, I aim to provide a general background on three distinct and commonly used measures of disease: the area under the disease progression curve, longitudinal recordings of disease severity and host survival. I will discuss how one can proceed with visualization, statistical analysis, and interpretation using different datasets while revisiting the general concepts of statistical analysis. Datasets and R code to perform all analyses discussed here are included in the supplement.Entities:
Keywords: Ralstonia solanacearum; code:R; data analysis; linear mixed effects model; non-parametric testing; phytopathology; regression analysis; survival analysis
Year: 2017 PMID: 28484483 PMCID: PMC5401893 DOI: 10.3389/fpls.2017.00623
Source DB: PubMed Journal: Front Plant Sci ISSN: 1664-462X Impact factor: 5.753
Overview of the example dataset.
| Variable name | Type | Range | Comments |
|---|---|---|---|
| Strain | Categorial predictor (fixed) | 1–7 | Sixty eight subjects per strain |
| Disease index | Categorial response | 0–4 | One full number corresponds to 25% wilting |
| DPI | Continuous predictor (fixed) | 3–11 | Days post-infection |
| Batch | Categorial predictor (random) | 5 Batches | Hundred and twelve subjects in Batch A, 91 in the other |
| Subject | Categorial predictor (random) | 1–476 | Each plant is assigned a unique subject identifier |
| AUDPC | Continuous response | 0–29.75 | Calculated from DPI and DI |
Estimated coefficients of the analyses performed.
| Wilting analysis | Survival | ||||
|---|---|---|---|---|---|
| AUDPC | Disease development | CoxME | Lognormal fit | ||
| Mean | Slope | y-Intercept | Hazard ratio | exp(Location) | |
| Strain1 | 23.6 | 0.84 | –2.2 | NA(∗) | 5.38 |
| Strain2 | 7.6 | 0.54 | –3.5 | 0.07A | 10.30 |
| Strain3 | 8.3 | 0.05 | 0.9 | 0.01A | 16.02 |
| Strain4 | 15.9 | 0.04 | 1.9 | 0.01 | 14.46 |
| Strain5 | 22.4 | 1.06 | –3.6 | 0.72 | 5.81 |
| Strain6 | 20.4 | 0.93 | –3.4 | 0.44 | 6.40 |
| Strain7 | 20.9 | 0.92 | –3.2 | 0.58 | 6.03 |
Results of significance testing for the different analysis and tests.
| Wilting analysis | Survival | ||||
|---|---|---|---|---|---|
| Strain | AUDPC | Disease development | Log-rank | CoxME log(HR)∗ | Lognormal fit |
| Strain1 | A | A | – | A | A |
| Strain2 | B | B | <1 E-10 | CA | C |
| Strain3 | B | C | <1 E-10 | DA | D |
| Strain4 | C | D | <1 E-10 | D | D |
| Strain5 | AD | A | 0.112 | AB | AB |
| Strain6 | D | DE | 4.5 E-06 | B | B |
| Strain7 | D | E | 0.015 | B | AB |