- Home
- Bioconductor 3.22
- Software Packages
- TFBSTools
TFBSTools
This is the released version of TFBSTools; for the devel version, see TFBSTools.
Software Package for Transcription Factor Binding Site (TFBS) Analysis
Bioconductor version: Release (3.22)
TFBSTools is a package for the analysis and manipulation of transcription factor binding sites. It includes matrices conversion between Position Frequency Matirx (PFM), Position Weight Matirx (PWM) and Information Content Matrix (ICM). It can also scan putative TFBS from sequence/alignment, query JASPAR database and provides a wrapper of de novo motif discovery software.
Author: Ge Tan [aut, cre]
Maintainer: Ge Tan <ge_tan at live.com>
citation("TFBSTools")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TFBSTools")
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("TFBSTools")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.