This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Sicer peak calling

Has anyone used Sicer to peak call using bam files and bed files. I would appreciate it if someone could help me get the command to do peak calling using treatment vs input bam files. Also, how does sicer use bed files to peak call, i thought peak calling was produced bed files. Would appreciate any help.

chip-seq

1 answer

Have you read the manual? It gives very clear commands as for how to run with a control file (or without):

sicer -t treatment.bam -c control.bam -s hg38 -w 200 -rt 1 -f 150 -egf 0.74 -fdr 0.01 -g 600 -e 1000

Those are the default parameters. You can supply the reads in either bam or BED format. Having aligned reads in BED format isn't too uncommon.

The output files are in BED-like format, you can read more about them here.

Thank you so much. I did look at the documentation, I was running that command with my bam files but not getting any peaks.

So are you still running into issues or were you just a bit confused about the input/output?

I figured it out, no issues now. I converted bam file to bed and added chr as a prefix and it ran fine. Thank you so much!

Log in to answer this question.