What is the difference between Kmer content and overrepresented sequences in fasqc?
Unconfigured Ad
Collapse
X
-
Well, the manual says ...
"The analysis of overrepresented sequences will spot an increase in any exactly duplicated sequences, but there are a different subset of problems where it will not work.
If you have very long sequences with poor sequence quality then random sequencing errors will dramatically reduce the counts for exactly duplicated sequences.
If you have a partial sequence which is appearing at a variety of places within your sequence then this won't be seen either by the per base content plot or the duplicate sequence analysis.
The Kmer module starts from the assumption that any small fragment of sequence should not have a positional bias in its apearance within a diverse library. There may be biological reasons why certain Kmers are enriched or depleted overall, but these biases should affect all positions within a sequence equally. This module therefore measures the number of each 7-mer at each position in your library and then uses a binomial test to look for significant deviations from an even coverage at all positions. Any Kmers with positionally biased enrichment are reported. The top 6 most biased Kmer are additionally plotted to show their distribution."
-
I seeee. but still there is a confusion for me. Based on my understanding each position in a read is allocated by one nucleotide. so what does it mean by "measures the number of each 7-mer at each position" ?
For example in position number 5 (in Kmer content graph) there is a pick for CGCCG. What does it mean? My knowledge is very basic and I think position 5 should be allocated only by any of A,C,G or T.
Comment
-
I am not sure what you mean by the word 'allocated'. We may be having difficulties with English. So I can not answer your question directly. However I can try to explain what is happening, at least as far as I understand it.Originally posted by Saeideh View PostI seeee. but still there is a confusion for me. Based on my understanding each position in a read is allocated by one nucleotide. so what does it mean by "measures the number of each 7-mer at each position" ?
For example in position number 5 (in Kmer content graph) there is a pick for CGCCG. What does it mean? My knowledge is very basic and I think position 5 should be allocated only by any of A,C,G or T.
Take a read. At base (position) #1 it will have 1 of the possible 16,384 7-mers. At position #2 it will have a (most likely) different of the 16,384 7-mers. And so on for the entire read.
Do the same for all of the other reads.
Then look at position #1. Are any of the 16,384 7-mers found statistically more often at position #1 than at the other bases? If so report it. Ditto for all of the other positions -- report any 7-mers which statistically are found more often at that given position than any of the other positions?Last edited by westerman; 09-16-2015, 08:36 AM. Reason: Better use of the word 'position' instead of 'base'.
Comment
-
It means the kmer BEGINNING at position 5 (i.e., 5=C, 6=G, 7=C, 8=C, 9=G).Originally posted by Saeideh View PostFor example in position number 5 (in Kmer content graph) there is a pick for CGCCG. What does it mean? My knowledge is very basic and I think position 5 should be allocated only by any of A,C,G or T.
Comment
-
Am I right?
------------------------Originally posted by westerman View PostI am not sure what you mean by the word 'allocated'. We may be having difficulties with English. So I can not answer your question directly. However I can try to explain what is happening, at least as far as I understand it.
Take a read. At base (position) #1 it will have 1 of the possible 16,384 7-mers. At position #2 it will have a (most likely) different of the 16,384 7-mers. And so on for the entire read.
Do the same for all of the other reads.
Then look at position #1. Are any of the 16,384 7-mers found statistically more often at position #1 than at the other bases? If so report it. Ditto for all of the other positions -- report any 7-mers which statistically are found more often at that given position than any of the other positions?
Rick based on what you said I get this: In each position, there might be 7 bases (continuously) which are repeated more. like this:
Read1: ACGGTCGGTCG
Read2: GTACCTGTAGC
Read3: CGGTGCTGGTC
Read4: CGTTAGCTTCG
Read5: CGTAAGCTTGC
Read6: CGTGGACGGAT
Read7: GGGTCGGCTTA
Read8: TTTTTCGTCGC
Read9: CTGAGTTGGGC
Read10: ACGCCCGGTCG
Read11: GTACCTGTAGC
Read12: CGGTGCTGGTC
Read:13 CTTTAGCTTCG
Read14: CGTAAGAATGC
Read15: CGTGGACGGAT
Read16: GCGTCTATTAA
In position one of these 16 reads "AGCCCCG" is repeated.
Is it right?
Comment
-
You're misunderstanding Rick. Let's take the example of ACGGTCGGTCG. Its 7-mers are:
Every other read will have similar 7-mers, again, one starting at each position. The whole point of this is to see if you have a bias of some sequence at a given position.Code:ACGGTCG position 1 CGGTCGG position 2 GGTCGGT position 3 GTCGGTC position 4 TCGGTCG position 5
Comment
-
--------Originally posted by dpryan View PostYou're misunderstanding Rick. Let's take the example of ACGGTCGGTCG. Its 7-mers are:
Every other read will have similar 7-mers, again, one starting at each position. The whole point of this is to see if you have a bias of some sequence at a given position.Code:ACGGTCG position 1 CGGTCGG position 2 GGTCGGT position 3 GTCGGTC position 4 TCGGTCG position 5
Thank you Devon
Now I know what is Kmer.
I attached Kmer content graph of my output from fastqc. Would you please guide me on how to relate it with your explanation about Kmer? (For example, what are the picks in the graphs? Or in the 2nd position, I have G, but why one in upper and the other is lower in the graph?)Attached Files
Comment
-
Honestly, that's just recapitulating the "Per sequence GC content" results, which probably indicate an abundance of high-GC content reads. The graphing method is actually a bit weird in my opinion. It graphs the observed/expected ratio of the given kmers at each position. However, it scales everything so that the range is 0-100. The graph isn't flat because there's always going to be variability in things like this.
As I said, in your case the graph doesn't mean much of anything. In other cases, people sometimes observe interesting patterns in graphs like this. For example, one of the bench scientists I work with was recently looking for the binding sites (and hopefully the accompanying motif) of a particular protein. I could actually see the motif in FastQC graphs like this (well, the per-base sequence content was more useful, but the motif popped up in this graph too).
Comment
Latest Articles
Collapse
-
by SEQadmin2
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
Yesterday, 11:01 AM -
-
by SEQadmin2
Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.
The systematic characterization of the human proteome has...-
Channel: Articles
07-20-2026, 11:48 AM -
-
by SEQadmin2
Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
...-
Channel: Articles
07-09-2026, 11:10 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Yesterday, 02:55 AM
|
0 responses
9 views
0 reactions
|
Last Post
by SEQadmin2
Yesterday, 02:55 AM
|
||
|
Started by SEQadmin2, 07-24-2026, 12:17 PM
|
0 responses
12 views
0 reactions
|
Last Post
by SEQadmin2
07-24-2026, 12:17 PM
|
||
|
Started by SEQadmin2, 07-23-2026, 11:41 AM
|
0 responses
12 views
0 reactions
|
Last Post
by SEQadmin2
07-23-2026, 11:41 AM
|
||
|
Started by SEQadmin2, 07-20-2026, 11:10 AM
|
0 responses
24 views
0 reactions
|
Last Post
by SEQadmin2
07-20-2026, 11:10 AM
|

Comment