Name Mode Size
R 040000
data 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
NEWS 100644 3 kb
README.md 100644 1 kb
README.md
# GeneNetworkBuilder [![platforms](http://bioconductor.org/shields/availability/devel/GeneNetworkBuilder.svg)](http://bioconductor.org/packages/devel/bioc/html/GeneNetworkBuilder.html) [![build](http://bioconductor.org/shields/build/devel/bioc/GeneNetworkBuilder.svg)](http://bioconductor.org/packages/devel/bioc/html/GeneNetworkBuilder.html) Build Regulatory Network from ChIP-chip/ChIP-seq and Expression Data Appliation for discovering direct or indirect targets of transcription factors using ChIP-chip or ChIP-seq, and microarray or RNA-seq gene expression data. Inputting a list of genes of potential targets of one TF from ChIP-chip or ChIP-seq, and the gene expression results, GeneNetworkBuilder generates a regulatory network of the TF. ## Installation To install this package, start R and enter: ```r library(BiocManager) BiocManager::install("GeneNetworkBuilder") ``` ## Documentation To view documentation of GeneNetworkBuilder, start R and enter: ```r browseVignettes("GeneNetworkBuilder") ```