A set of statistical functions and rmarkdown scripts to analyze experiment in the phenoarch greenhouse - phis OpenSilex system information.
Package In progress...
The functions of the package are constructed according to a data set structure of a lattice experiment (spatial coordinates) and for some with temporal informations and therefore are not entirely generic. Please have a look to the structure of the example datasets provided by the package (plant1, plant2, plant3 and plant4). Mostly, the following columns are required:
To install the phisStatR package, the easiest is to install it directly from GitHub. Open an R session and run the following commands:
library(remotes)
install_github("sanchezi/phisStatR", build_vignettes=TRUE)
Once the package is installed on your computer, it can be loaded into a R session:
library(phisStatR)
help(package="phisStatR")
Alvarez Prado, S., Sanchez, I., Cabrera Bosquet, L., Grau, A., Welcker, C., Tardieu, F., Hilgert, N. (2019). To clean or not to clean phenotypic datasets for outlier plants in genetic analyses?. Journal of Experimental Botany, 70 (15), 3693-3698. , DOI : 10.1093/jxb/erz191 https://prodinra.inra.fr/record/481355
Neveu, P., Tireau, A., Hilgert, N., Negre, V., Mineau-Cesari, J., Brichet, N., Chapuis, R., Sanchez, I., Pommier, C., Charnomordic, B., Tardieu, F., Cabrera Bosquet, L. (2019). Dealing with multi-source and multi-scale information in plant phenomics: the ontology-driven Phenotyping Hybrid Information System. New Phytologist, 221 (1), 588-601. , DOI : 10.1111/nph.15385 https://prodinra.inra.fr/record/442308
You should also cite the phisStatR package:
citation("phisStatR")
See also citation() for citing R itself.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.