SICER raw data
2
0
Entering edit mode
8.1 years ago
chipseq33 ▴ 10

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.7k views
ADD COMMENT
6
Entering edit mode
8.1 years ago

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...!

ADD COMMENT
0
Entering edit mode

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

ADD REPLY
3
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

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!

ADD REPLY
1
Entering edit mode

https://github.com/endrebak/epic or epic: new ChIP-Seq caller based on the SICER algorithm

Please try it and report any issues (I'm the only one who has used it so bound to be some)

Thanks for making that script, I'm not sure whether epic would ever have been released if not for sicerpy.

ADD REPLY
1
Entering edit mode

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!

ADD REPLY
0
Entering edit mode

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!

ADD REPLY
1
Entering edit mode
8.1 years ago

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.

ADD COMMENT

Login before adding your answer.

Traffic: 2084 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6