solarius
R package to interface SOLAR
R package to interface SOLAR
This web page is about R package solarius
developed in the UCGD research group,
Institute of Biomedical Research of Hospital de la Santa Creu i Sant Pau, Barcelona, Spain.
The package provides an interface to SOLAR:
Sequential Oligogenic Linkage Analysis Routines program,
which in turn has been designed
in the Department of Genetics of Texas Biomedical Research Institute.
The idea of solarius
is simple. Do calculus in SOLAR
at back-end. Make user interface in R
at front-end. That is.
The following commands will install the development (master branch) version from https://github.com/ugcd/solarius/:
library(devtools)
install_github("ugcd/solarius")
Tutorial shows use-cases of main functions of the package.
solarius
is an open-source R package distributed under GPL (>= 3) license.
Source code is hosted on github.
solarius
is not yet complete, as it is still an ongoing project.