vulcan
This package is for version 3.6 of Bioconductor; for the stable, up-to-date release version, see vulcan.
VirtUaL ChIP-Seq data Analysis using Networks
Bioconductor version: 3.6
Vulcan (VirtUaL ChIP-Seq Analysis through Networks) is a package that interrogates gene regulatory networks to infer cofactors significantly enriched in a differential binding signature coming from ChIP-Seq data. In order to do so, our package combines strategies from different BioConductor packages: DESeq for data normalization, ChIPpeakAnno and DiffBind for annotation and definition of ChIP-Seq genomic peaks, csaw to define optimal peak width and viper for applying a regulatory network over a differential binding signature.
Author: Federico M. Giorgi, Andrew N. Holding, Florian Markowetz
Maintainer: Federico M. Giorgi <federico.giorgi at gmail.com>
citation("vulcan")):
Installation
To install this package, start R (version "3.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("vulcan")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("vulcan")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.