PlantPhysioSpace
PlantPhysioSpace is a R data package which provides plant stress spaces to be used with the package PhysioSpaceMethods for in depth analysis of plant response to different types of stress.
Table of Contents
Installation Instructions
License
Usage Instructions
Test Environments
Installation Instructions
It is recommended to install PhysioSpaceMethods before PlantPhysioSpace. More information about how to install PhysioSpaceMethods is provided in https://git.rwth-aachen.de/jrc-combine/physiospacemethods.
Installing via Devtools (Recommended method):
Easiest way to install PlantPhysioSpace is via Devtools. After installing Devtools from cran, you can install PlantPhysioSpace by:
devtools::install_github(repo = "JRC-COMBINE/PlantPhysioSpace", build_vignettes = TRUE)
Alternative installation methods (Manual download):
In case you encountered any problem while installing PlantPhysioSpace, you can download the repository first and install the package from downloaded local files. In your terminal, first clone the repository in your desired repository:
cd [Your desired directory]
git clone https://github.com/JRC-COMBINE/PlantPhysioSpace.git
Then install the downloaded package using Devtools:
R -e "devtools::install_local('./PlantPhysioSpace/', build_vignettes = TRUE)"
License
Distributed under GNU General Public License v3.0. See the accompanying license file or the copy at https://www.gnu.org/licenses/gpl-3.0.html.
Usage Instructions
PlantPhysioSpace can map user samples inside a physiological space, calculated prior from a compendium of known samples. We demonstrated how to use this package in a vignette which you can access via:
browseVignettes(package = "PlantPhysioSpace")
Test Environments
The package was tested with R 3.4 on Windows 10, Mac OS X and Linux (CentOS 7.4).