Package In progress…
A set of statistical functions and rmarkdown scripts to analyze experiments in a lattice platform - OpenSilex system information.
https://sanchezi.github.io/openSilexStatR/
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, plant4, PAdata). Mostly, the following columns are required:
To install the openSilexStatR package, the easiest is to install it directly from Github. Open an R session and run the following commands:
library(remotes) install_github("sanchezi/openSilexStatR",build_vignettes=TRUE)
If you want to install the vignettes included in this library, be aware to have the following softwares on your computer:
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo apt-get update sudo apt-get install libgdal-dev sudo apt install libftgl2 libcgal-dev libglu1-mesa-dev libglu1-mesa-dev libx11-dev libfreetype6-dev sudo add-apt-repository -y ppa:cran/imagemagick sudo apt-get update sudo apt-get install imagemagick-common sudo apt-get install -y libmagick++-dev
Even if it is less informative, you can also install the package without the vignettes:
library(remotes) install_github("sanchezi/openSilexStatR")
You can have a look to the following R packages allowing to openSilex users to retrieve data from the openSilex Web Service:
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 openSilexStatR package:
citation("openSilexStatR")
See also citation() for citing R itself.