Read alignment for ChIPseq
1
1
Entering edit mode
9.0 years ago

Dear all,

Is there some consensus in terms of preferred parameters for read alignment for ChIPseq analysis? I'm particularly interested on whether it is preferable to discard reads to map to more than one position in the genome. This is what I did in my analysis but I was wondering whether it is better to keep even the reads that map >10 locations in the genome? Is PWM motif probability improved if more reads are retained? I would have thought so since PWM is inferred from reads dataset?

Thanks

ChIP-Seq alignment • 3.5k views
ADD COMMENT
0
Entering edit mode

Its not good to keep reads that map to more than 10 locations. The PWM is based on number of observations at each position. Keeping multi mapped reads may introduce bias in calculations.

ADD REPLY
0
Entering edit mode
9.0 years ago
Manvendra Singh ★ 2.2k

Its always better to keep one alignment per read.

for this you could go for --best --strata functions from bowtie

if the read is mapping to more than 10 locations then probably its coming from repetitive elements. I would not suggest to discard them because lot of repetitive elements provide transcription factor binding sites for neighbor genes. but On the contrary, there would also be chance of false positivity.

better to take one alignment per read, allow multihits.

after mapping you could filter them out for downstream analysis if they are not informative for your questions

ADD COMMENT

Login before adding your answer.

Traffic: 1512 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