Skip to content

frankRuehle/systemsbio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

systemsbio

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.

Installation

  1. 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)
    
  2. Install systemsbio from GitHub via devtools:

     devtools::install_github("frankRuehle/systemsbio", build_vignettes=TRUE)
    

First steps

Start by loading the systemsbio package and read the package vignette.

library(systemsbio)
vignette("systemsbio")

Author

Frank Ruehle

About

Streamlined analysis package for omics-data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages