Skip to content

Q: There is a problem when I use macs3 bdgpeakcall #700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GivingupCoke opened this issue Apr 28, 2025 · 0 comments
Open

Q: There is a problem when I use macs3 bdgpeakcall #700

GivingupCoke opened this issue Apr 28, 2025 · 0 comments

Comments

@GivingupCoke
Copy link

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
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant