This is a test version of Biostars. For the public version, visit https://www.biostars.org.
SICER raw data

Hi,

I am trying to use SICER on my H3K27me3 data. has anybody experience with this software? does it use the fastq files for mapping?

I had a look at the manual but I did not get how I should run it ? what this means "raw data need to be in the BED"?

may be I am asking too much, but, could you please share your script for running SICER for H3K27me3?

Thank you for your help

chipseq

2 answers

For the record if anybody is interested, just yesterday I started re-writing a wrapper around the SICER pipeline. The package is here https://github.com/dariober/SICERpy. Among other things, I make sicer accept bam files rather then bed.

I started using SICER and it gives sensible results but the user interface is a bit frustrating...!

That looks like a big step forward, I hope the original authors incorporate this!

Great work! Do not work too hard on it though, I have an all parallel numpy/scipy version coming out that uses minutes where SICER used hours (or did not work at all) which is much easier to use ;). Complete rewrite! I have had it lying around for a year, tweaking it. Now that I have spilled the beans I finally am commited to releasing the preprint (will do so within April 14).

Edit: not to diminish your work or anything, just felt bad not letting you know.

Great, looking forward to that and thanks for the heads up! I thought someone MUST have done something... Sicer is still very popular, the encode project used it but it's really messy and inefficient. Keep us posted!

Cool, thanks man! I'll give it a go...

I'm not sure whether epic would ever have been released if not for sicerpy

Yeah, I think I know that feeling I've got this piece of code that looks ok... but who cares?!... Well... some people do!

Come to think of it, SICERpy is incredibly valuable. There is loads of functionality that exists in SICER that I do not intend to implement. Thanks for the script!

You'll need to align your fastq files with whatever aligner you prefer (e.g., bowtie2, or bwa) and then convert the resulting SAM or BAM file into a BED file (yes, this seems incredibly silly). Bedtools has a bamtobed command that can facilitate this last step.

Log in to answer this question.