FactorNet icon indicating copy to clipboard operation
FactorNet copied to clipboard

A deep learning package for predicting TF binding

Results 3 FactorNet issues
Sort by recently updated
recently updated
newest added

Hi, I have been trying to use FactorNet on Drosophila data but to no avail. I have been getting the following error: ``` python FactorNet-master/train.py -i Training/TrainingScores_chr3R.bed -vi Validation/Validation_Peaks_chr2R.bed -k...

I feel like `matplotlib` should be added as an additional requirement for FactorNet, since without it I received errors when trying to run `predict.py`. (Error was relating to missing pylab)

executing the testcases results in the following error: Traceback (most recent call last): File "train.py", line 301, in main() File "train.py", line 197, in main utils.load_chip_singleTask(input_dirs, tf) File "/home/hpc/t1172/di36dih/bin/FactorNet-master/utils.py", line...