Hey guys,
I have 8 samples, each sample having 4 lanes. How do I go about mapping the sample to my reference when there's multiple lanes?
I'm not sure how cating the 4 lanes together would work out for counts. Here's my thought process:
If I cat the 4 lanes together before mapping (BWA), and then run BWA mem, won't that give me 4x the expression/counts since the mapping consists of 4 duplicate reads?
If this is actually what would happen, or do I have the process all wrong?
How would you properly map/align these 4-lane reads?