Hi,
I'm working on chip-seq
and it looks like I have an issue. I'm not sure if it's normal for a chip-seq analysis.
I have a control and treatment file (in fastq format), which I mapped it using Bowtie2
. The problem here is, while the input file has 90% mapped, treatment has only 10% mapped (mapping statistics by samtools
flagstat
option). Is it something I should be worried about?
I already did the FASTQC analysis before mapping. The reports looked fine. Hence, the bemusement! Since, this was my first time doing chip-seq, I'm not sure what kind of bam files to expect. So, I wanted to know if normally treatment files lower mapping percentage than control files.