MotifStats
is an R package for calculating metrics that quantify the
relationship between peaks and motifs.
MotifStats
is available through GitHub. It can be installed using the
following commands.
if(!require("remotes")) install.packages("remotes")
remotes::install_github("neurogenomics/MotifStats")
MotifStats
requires MEME
suite as a system dependency.
Directions for installation can be found
here.