ChipSeqAnalyzer is a python program aimed at discovering transcription factor binding sites, originally in the yeast Candida glabrata. It takes Chip-Seq data as input, and outputs html reports from RSAT / Peak-motifs.
*** Dependencies ***
To run ChipSeqAnalyzer, you will need many tools and library installed on your computer.
*** How to run ? ***
*** python ChipSeqAnalyzer -h *** for help
You will need six input files :
I provided a modified Jaspar Matrix which takes into account YRE elements. Feel free to modify your own or to modify it.
From shell, run :
python ChipSeqAnalyzer.py --Genome your genome --Output bPeaks output file name for condition 1 --Output2 bPeaks output file name for condition 2 --IPData data for sample 1 --IPData2 data for sample 2 --ControlData control data --Jaspar your jaspar matrix