I've run into various ways to average qPCR results.
Lets say I have populations A and B, both of which have several samples (from different individuals), all of which have been run with target and reference gene, with 3 technical replicates.
Assuming efficiency of 100%, to quantify expression difference in population A vs. B in target gene in comparison to reference gene I could
a) calculate expression (as 2^delta meanCq) for each sample, take arithmetic mean of these expression values (for each population & gene), then calculate ddCq for the population from those values
b) calculate expression and ddCq for each sample, then take arithmetic mean of these ddCq samples
c) calculate arithmetic mean of mean Cq's for the population, then calculate expression and ddCq. This option would actually equal option b if arithmetic mean is replaced by geometric one.
I have an uneasy feeling taking arithmetic means out of non-logarithmic variables, so I would go with option c.
What do you think?