The codes for 1.process data 2.train&predict 3.analyze results 4.feature importance 5.plot
background: ENCODE-DREAM
see also: Yuanfang Guan's 1st Place Solution Code
Warning! You need to change the PATH to the data on your own disk before running any of the following codes! (Upgrade: modify the path)
Usage Example (Anchor model):
cd TF_exp/data_process/anchor_dnase
./bash.sh
cd ../sequence
./bash.sh
cd ../gencode
./bash.sh
cd TF_exp/data/sample
./bash.sh
cd ../train_test/anchor
./bash.sh
cd ../../../model/anchor
./bash.sh
cd ../../prediction/anchor/
./bash.sh
cd TF_exp/evaluation/target # gold standard
bash bash.sh
cd ../anchor/ # prediction
./bash.sh
cd ../../analysis/
./bash.sh
cd TF_exp/feature_importance
./bash.sh
cd TF_exp/analysis/
Rscript plot_fig1.r