Skip to content

bioc/globalSeq

Repository files navigation

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

About

This is a read-only mirror of the git repos at https://bioconductor.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published