Thanks. I am just curious: how many templates are lost by this?
In Illumina sequencing by synthesis are DNA fragments amplified by bridge PCR. Each fragment gets an adapter which is complementary to adapters on flow cell surface. ssDNA fragments bind to adapters on flow cell and then PCR begins and from each fragment is created cluster of clones. But what if two different initial fragments are binded so close that created clusters are also so close and consequently in sequencing, base calls from each cluster cannot be distinguished?
1 answer
What you're describing happens all of the time and the clusters are flagged before fastq files are ever made. For the most part, the base call quality on such clusters is very very low and even if the cluster somehow passes filter by Illumina's software, it's unlikely to survive after trimming or actually get mapped (if one skips trimming).
You will see a percent clusters passing filters (PF%) stat on Illumina demultiplexing reports. Some fraction of clusters that fail the filter are attributable to the effect you described. Though I don't think there is an easy way of determining the exact number.
It varies by the cluster density: the more clusters you have, the more likely that collisions/overlaps occur.
Log in to answer this question.
How so? Cluster(s) consistently generating discordant base calls will be filtered out by chastity filter in Illumina software (see the explanation of chastity filter in this note).