Streamlined analysis package for omics-data
This package consists of modularized wrapper functions for multiple genomics analysis packages. It is designed for multi-omics analysis of expression, methylation and/or genotyping data. All modules can be used individually.
See the package Vignette (version without figures) for documentation of the package and example analyses. The full version of the vignette is available by calling vignette("systemsbio")
as soon as the package is installed. A flow chart of the package content is given here.
-
Install (if you haven't already) the
devtools
package via CRAN (on Windows you will also need Rtools):install.packages(c("devtools", "rstudioapi")) library(devtools)
-
Install
systemsbio
from GitHub viadevtools
:devtools::install_github("frankRuehle/systemsbio", build_vignettes=TRUE)
Start by loading the systemsbio
package and read the package vignette.
library(systemsbio)
vignette("systemsbio")
Frank Ruehle