PhysioSpaceMethods is a R package which provides an implementation of PhysioSpace method alongside other handy functions for making PhysioSpace an accessible tool for R users.
You can install this package by:
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_gitlab("jrc-combine/PhysioSpaceMethods", host = "git.rwth-aachen.de", build_manual = TRUE, build_vignettes = TRUE)
PhysioSpaceMethods can map user samples inside a physiological space, calculated prior from a compendium of known samples. Explanation of how to use this package is provided in a vignette accessible by:
browseVignettes(package = "PhysioSpaceMethods")
The package was tested with R 3.5.1 on Windows 10, Mac OS X (10.12.6) and Linux (CentOS 7.4).