-
Notifications
You must be signed in to change notification settings - Fork 1
4. Visualization
carushi edited this page Jun 1, 2018
·
1 revision
- --window : sliding window of averaging
python ../src/plot_bargraph.py --window 1 --ignore --idr --output vivo_vitro test_vivo_all.csv test_vitro_all.csv
python ../src/plot_bargraph.py --window 100 --ignore --idr --output vivo_vitro test_vivo_all.csv test_vitro_all.csv
- --struct : define accessible and stem class when posterior is higher than t
python ../src/plot_bargraph.py --ignore --idr --output vivo_vitro --struct 0.5 test_vivo_all.csv test_vitro_all.csv > a.txt
- --bed
- --threshold : thresholds after filtering out the scores less than t
- --segment: output the contiguous regions rather than each nucleotide
python ../src/plot_bargraph.py --ignore --idr --output vivo_vitro --bed output --threshold 0.1 --segment test_vivo_all.csv test_vitro_all.csv