- Home
- Bioconductor 3.22
- Software Packages
- ChIPXpress
ChIPXpress
This is the released version of ChIPXpress; for the devel version, see ChIPXpress.
ChIPXpress: enhanced transcription factor target gene identification from ChIP-seq and ChIP-chip data using publicly available gene expression profiles
Bioconductor version: Release (3.22)
ChIPXpress takes as input predicted TF bound genes from ChIPx data and uses a corresponding database of gene expression profiles downloaded from NCBI GEO to rank the TF bound targets in order of which gene is most likely to be functional TF target.
Author: George Wu
Maintainer: George Wu <georgetwu at gmail.com>
citation("ChIPXpress")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ChIPXpress")
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("ChIPXpress")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.