This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Illumina Chip-seq run failing Kmer content module in FastQC

I have some Illumina data from a transcription factor Chip-seq study, both before and after quality trimming the sample fails the Kmer content module. Here is a graph of the distribution over read length: https://www.dropbox.com/s/vj7lqzb3ou6ycjn/Screenshot%20from%202014-10-17%2011%3A03%3A06.png?dl=0

note: I tried embedding the image but it won't show up in the preview

At first I thought it may be the binding motif for the transcription factor, however comparing the canonical binding motif to the consensus sequence made up of the kmers shows it is not. Any suggestions what these spikes are?

chip-seq fastqc

We do not have permission to open your URL.

Updated with new link, should be visible now.

I have this problem with one of my input samples - the IP samples will not yield any peaks if I use this input, but do when I used a different input. I will appreciate your feedback on how to filter this Kmer sequences

1 answer

With this plot what you need to evaluate is the table under the plot. This will list the actual counts of observed enrichments. Often these counts are very low yet still come up as significant.

On the plot itself each kmer enrichment is scaled to 100 independently so even small deviations can look more concerning than what they actually are.

What you need to learn about bioinformatics is that YOU have to make that determination not someone else.

Is 1000 low if you have 1 million reads? What do you think? In fact this might be one of the easiest of the subjective questions that you will encounter so best get your practice in.

What is also important to note that the kmers could be overlapping and thus reported multiple times. A 11 bp long kmer that is present 1000 times when reported as a 6mer will be reported five times each time shifted by one base and will look like 5000 instances when in fact it was only 1000.

Interesting, in that respect this single kmer is in fact being reported multiple times as different shorter kmers, and thus isn't really a concern. Thank you Istvan.

Log in to answer this question.