I have some samples with 3 technical replicates, I have aligned each one and also got count table using HTSeq for each one. Now, I would like to know, it is better to merge 3 replicates together before getting count table (after alignment and then get count table using HTSeq) or after getting count table for each one using HTSeq?
I think merging is not proper, and I think one of below options could work:
select better sequence from different replicates of same sample based on number of ambiguous counts or Qc of alignment?
Merging and getting average?
Thanks a lot in advance!
Technical replicates have no value for HT sequencing data. Your count tables for three must be mostly similar (unless you have large variations in read numbers per sample).
Do you rather have three biological replicates, which would be very valuable?
my count tables for technical replicates are different. Also I have 3 biological replicate that I should merge them (they also should be merged after count table or after alignment?)
No, you should not merge biological replicates.
Thank you. but how about technical replicate, what is your opinion?