README.md

Build
Status AppVeyor build
status Coverage
Status

Scope

Testing for association between RNA-Seq and other genomic data is challenging due to high variability of the former and high dimensionality of the latter.

Using the negative binomial distribution and a random effects model, we developed an omnibus test that overcomes both difficulties. It may be conceptualised as a test of overall significance in regression analysis, where the response variable is overdispersed and the number of explanatory variables exceeds the sample size.

The proposed test can detect genetic and epigenetic alterations that affect gene expression. It can examine complex regulatory mechanisms of gene expression.

Installation

The package globalSeq depends on R >= 3.0.0, and is available from Bioconductor:

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("globalSeq")

Alternatively, it can be installed from GitHub. This requires the package devtools:

devtools::install_github("rauschenberger/globalSeq",build_vignettes=TRUE)

Please restart R before loading the package and its documentation:

library(globalSeq)
utils::help(globalSeq)
utils::vignette("globalSeq")

Reference

A Rauschenberger, MA Jonker, MA van de Wiel, and RX Menezes (2016). Testing for association between RNA-Seq and high-dimensional data. BMC Bioinformatics. 17:118. html pdf

Platforms Downloads Posts in
Bioc Build



rauschenberger/globalSeq documentation built on May 19, 2020, 4:09 a.m.