potato: Potato cell-line growth data set

Description Format Details References Examples

Description

Example data set for analysing growth curves with opm containing manually entered fresh-mass and dry-mass measurements over time from three distinct potato (Solanum tuberosum) cell lines under several stress treatments.

Format

Data frame with 540 rows and six columns. The columns are:

Genotype

Factor containing the names of the cell lines. See Vaas et al. (2013) for further details.

Treatment

Factor describing the three applied stress conditions. There is also one level for the control.

Replicate

Integer vector with the number of the replicate. There are five replicates per combination of ‘Genotype’ and ‘Treatment’.

Time

Integer vector containing the measurement times in days.

FM

Integer vector containing the fresh-mass measurements in milligramme.

DM

Integer vector containing the dry-mass measurements in milligramme.

Details

How to convert and analyse this data set is explained in the vignette on working with growth curves in opm.

References

Vaas, L. A. I., Marheine, M., Sikorski, J., Goeker, M., Schumacher, H.-M. 2013 Impacts of pr-10a overexpression at the molecular and the phenotypic level. International Journal of Molecular Sciences 14: 15141–15166.

El-Banna, A., Hajirezaei, M. R., Wissing, J., Ali, Z., Vaas, L., Heine-Dobbernack, E., Jacobsen, H.-J., Schumacher, H.-M., Kiesecker, H. 2010 Over-expression of PR-10a leads to increased salt and osmotic tolerance in potato cell cultures. Journal of Biotechnology 150: 277–287.

Sandford, S. A. 1995. Apples and Oranges – A Comparison. Annals of Improbable Research 1 (3).

Examples

1
2
3
# This yields a variable 'potato' containing the data.
data(potato)
head(potato)

opm documentation built on May 2, 2019, 6:08 p.m.