- Home
- Bioconductor 3.22
- Software Packages
- PWMEnrich
PWMEnrich
This is the released version of PWMEnrich; for the devel version, see PWMEnrich.
PWM enrichment analysis
Bioconductor version: Release (3.22)
A toolkit of high-level functions for DNA motif scanning and enrichment analysis built upon Biostrings. The main functionality is PWM enrichment analysis of already known PWMs (e.g. from databases such as MotifDb), but the package also implements high-level functions for PWM scanning and visualisation. The package does not perform "de novo" motif discovery, but is instead focused on using motifs that are either experimentally derived or computationally constructed by other tools.
Author: Robert Stojnic, Diego Diez
Maintainer: Diego Diez <diego10ruiz at gmail.com>
citation("PWMEnrich")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("PWMEnrich")
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("PWMEnrich")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.