Skip to content

smped/motifTestR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motifTestR

Build Status Repo Status Codecov test coverage

The package motifTestR provides a small set of functions for analysing transcription factor binding motifs (TFBMs). Testing for positional bias is enabled using a novel approach, and testing for enrichment relative to a set of background sequences is enabled using multiple statistical models.

Testing for positional bias is intended to be an R native alternative to CentriMo from the MEME-suite, and will detect any deviation of note from an even distribution across the width of sequences being tested, not just the centrality of motifs. Given the conventional statistical approach taken, results are easily interpretable directly through adjusted p-values. Enrichment testing follows well-worn modelling and iterative strategies, and instead offers a novel approach to selection of control, or background, sequences.

To install the stable version of transmogR from Bioconductor please try the following.

if (!require("BiocManager")) {
  install.packages("BiocManager")
}
BiocManager::install("motifTestR")

Alternatively, the latest build can be installed using

if (!require("BiocManager")) {
  install.packages("BiocManager")
}
BiocManager::install("smped/motifTestR")