Entering edit mode
9.1 years ago
leenaehyeon
▴
10
Chip-Seq's mapping rate problem. I've run FastQC and result is not bad but mapping rate is horrible (read tophat_out/align_summary.txt
)
Left reads:
Input : 14775968
Mapped : 133948 ( 0.9% of input)
of these: 36875 (27.5%) have multiple alignments (1612 have >20)
Right reads:
Input : 14775968
Mapped : 123596 ( 0.8% of input)
of these: 30111 (24.4%) have multiple alignments (1430 have >20)
0.9% overall read mapping rate.
Aligned pairs: 91752
of these: 15121 (16.5%) have multiple alignments
6000 ( 6.5%) are discordant alignments
0.6% concordant pair alignment rate.
First, using bbmap --> mapping(tophat2)
I don't know why.
If it's Chip-Seq why did you use Tophat? Although I don't think this is the problem. Try to run FastQC after bbmap
I usually using tophat2 for RNA-seq, so I tried same way for Chip-seq.
Is there another way for Chip-seq analysis tool?
Bowtie/Bowtie2 is normally used for ChIP-seq.
http://bowtie-bio.sourceforge.net/index.shtml
It runs within Tophat so it will already be installed. It also comes with ready-made genome libraries. Maybe try aligning against some pre-made libraries as well just in case something went wrong with your genome build.
I'm really sorry for this question but I have to ask. Are you sure you're working on the right genome? I've accidentally tried to align mouse data to human genome and vice versa.
My boss said that genome download from UCSC.. :(((( ..hmm..
I'll try another way.. Thank you for reply!
Is that wrong?