Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 482 Bytes

tRap

tRap is an R package that can be used to calculate the predicted binding affinity of a transcription factor to a DNA or RNA sequence. It implements the model described in Roider et al 2007.

Installation

You will need the latest version of devtools:

install.packages("devtools")

Then you can install the latest development version of tRap from github with:

devtools::install_github("matthuska/tRap")