- Home
- Bioconductor 3.14
- Software Packages
- enrichTF
enrichTF
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see enrichTF.
Transcription Factors Enrichment Analysis
Bioconductor version: 3.14
As transcription factors (TFs) play a crucial role in regulating the transcription process through binding on the genome alone or in a combinatorial manner, TF enrichment analysis is an efficient and important procedure to locate the candidate functional TFs from a set of experimentally defined regulatory regions. While it is commonly accepted that structurally related TFs may have similar binding preference to sequences (i.e. motifs) and one TF may have multiple motifs, TF enrichment analysis is much more challenging than motif enrichment analysis. Here we present a R package for TF enrichment analysis which combine motif enrichment with the PECA model.
Author: Zheng Wei, Zhana Duren, Shining Ma
Maintainer: Zheng Wei <wzwz at stanford.edu>
citation("enrichTF")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("enrichTF")
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("enrichTF")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.