Thank you for your response! I know my question was vague, sorry about that! It is a very complicated topic so i am trying to break it down
so on the flow cell you have this 1 strand of DNA: (i will call this strand 1)
flow cell: 5' ATTTGCCCGC 3'
Read 1:
your first read (read1) would be:
3' <--R1-- 5'
5' ATTTGCCCGC 3'
as synthesis occurs 5' > 3' from the synethsising strand perspective
so R1 = 3' ACGGGCG 5'
or 5' GCGGGCA 3'
Read 2:
then the complement would be created for read 2 and you would have:
flow cell: 5' GCGGGCAAAT 3'
then your second read would be:
3' <--R2-- 5'
5' GCGGGCAAAT 3'
so R2 = 3' CCGTTTA 5'
or 5' ATTTGCC 3'
So that ends up with the same as you two reads containing ATT (R2) and GCG (R1)
So in terms of paired reads, these would not be paired as the came from the same original strand, or would they be paired because of this?
In my understanding they are not paired so they would be 1read of a F1R2 and 1 read of a F2R1 pair of reads?
i.e in this example and my understanding Read 1 would be F1 and Read 2 would be R1
They other pair would come from the same original piece of DNA, but the - strand ie: (will call this strand 2)
our starting strand on flow cell (from example before):
5' ATTTGCCCGC 3'
complementary strand would then be
flow cell: 5' GCGGGCAAAT 3'
3' <--R1-- 5'
5' GCGGGCAAAT 3'
then the complement:
3' <--R2-- 5'
5' ATTTGCCCGC 3'
so R1 = 3' CCGTTTA 5'
and R2 = 3' ACGGGCG 5'
so from this complementary strand you would then get the pair, for this example it would be F2 and R2.
Then mapping would pair the reads and you would end up with F1R2 and F2R1.
My original (attempted) question is that when i work this out, F1 and R2 are identical and F2R1 are also identical, but this is not how it looks in bam files, instead it looks like
ref genome ===============
F1R2 pair: -------- (+ strand)
----------- (- strand)
But in my example, you have:
strand 1 read 1 = 3' ACGGGCG 5'
strand 1 read 2 = 3' CCGTTTA 5'
strand 2 read 1 = 3' CCGTTTA 5'
strand 2 read 2 = 3' ACGGGCG 5'
Therefore you end up with strand 1 read 1 identical to strand 2 read 2. In this example i thought strand 1 read 1 would be a pair with strand 2 read 2 (F1R2) ... but the would always be identical and never overlap like in the bam file illustration above.
I know i must have something the wrong way round in my workings out, but not sure where i am going wrong. thanks for your help on this :)
In real life one rarely wants sequences to overlap (special case libraries, short inserts etc). Having sequences overlap gives you a second read-out on the data but Illumina sequencing has become standard enough that one does not need to worry about technical replication any longer.
Graphic in this thread should prove useful: What is the difference between paired end reads and overlapping reads, and then why merge overlapping reads before assembly?
Edit: Sequencing always proceeds in a 5' --> 3' manner (on either strand) so that should be kept in mind.
I made this drawing some times ago ( published in JOSS), it might be of help: