Bioconductor version: Release (2.11)
Asses the enrichment of already known PWMs (e.g. from JASPAR) in DNA sequences. Motif hits in a sequence or DNA region are considered together and P-values derived for their joint pattern. The package implements multiple algorithms, including fixed-threshold (Z-score) and threshold-free (Lognormal normalization and Clover) methods. The main goal is to identify a set of transcription factors that most likely bind to a single sequence, group of sequences, or show significantly different binding affinity between two sets of sequences.
Author: Robert Stojnic
Maintainer: Robert Stojnic <robert.stojnic at gmail.com>
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("PWMEnrich")
To cite this package in a publication, start R and enter:
citation("PWMEnrich")
| R Script | Overview of the 'PWMEnrich' package | |
| Reference Manual | ||
| Text | NEWS |
| biocViews | Bioinformatics, SequenceMatching, Software |
| Version | 1.2.0 |
| In Bioconductor since | BioC 2.11 (R-2.15) |
| License | GPL-3 |
| Depends | methods, Biostrings, grid |
| Imports | seqLogo, gdata, evd |
| Suggests | BSgenome.Dmelanogaster.UCSC.dm3, PWMEnrich.Dmelanogaster.background, testthat, gtools, parallel |
| System Requirements | |
| URL | |
| Depends On Me | PWMEnrich.Dmelanogaster.background |
| Imports Me | |
| Suggests Me |
| Package Source | PWMEnrich_1.2.0.tar.gz |
| Windows Binary | PWMEnrich_1.2.0.zip (32- & 64-bit) |
| MacOS 10.5 (Leopard) | PWMEnrich_1.2.0.tgz |
| Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!