You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue while using macs3 bdgpeakcall with the --cutoff-analysis option.
Specifically, I noticed that the generated cutoff analysis report always has the score values capped at 100, even though my input signal values are larger than 100. And I don't konw how to solve this.
Thank you very much for your help and for developing such a useful tool!
Dear MACS3 developers,
I encountered an issue while using macs3 bdgpeakcall with the --cutoff-analysis option.
Specifically, I noticed that the generated cutoff analysis report always has the score values capped at 100, even though my input signal values are larger than 100. And I don't konw how to solve this.
Thank you very much for your help and for developing such a useful tool!
`
for folder in ${data_dir}/*;do
basename=$(basename $folder .scaled.bedgraph)
echo "Processing folder: $folder"
macs3 bdgpeakcall -i ${folder} -o ${basename}.csv
--min-length 200 --max-gap 30 --cutoff-analysis --cutoff-analysis-steps 200
--outdir ${out_dir}
done
`
The text was updated successfully, but these errors were encountered: