CtrlF-TF is a python library and command line tool that calls transcription factor binding sites in DNA sequences. It does this by compiling high-throughput k-mer data into ranked aligned sequences containing binding sites. These sequences are then searched in a given string (ctrl-f) for matches.
This program has not yet completed peer-review and is currently designated as a beta version, with a 1.0 release afterwards.
CtrlF-TF can be installed from pypi with the following command:
pip install CtrlF-TF
This installs the ctrlf_tf python module and the ctrlf command line tool. The package is compatible with Linux and macOS. It has not been tested on Windows.
The CtrlF-TF documentation can be found here: https://zmielko.github.io/CtrlF-TF