Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.64 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.64 KB

NULL License: GPL (>= 3)
R build status

Authors: Thomas Roberts

MotifStats

MotifStats is an R package for calculating metrics that quantify the relationship between peaks and motifs.

Installation

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.