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.
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")