Entering edit mode
2.9 years ago
ehruan
▴
10
Hi, I am validating RNAseq differential expression with qPCR. I have data from qPCR with expression levels from samples from lowest expressed quartile and the highest expressed quartile. I also have 2 normalizer genes. How can I calculate differential expression between highest expressed quartile and lowest expressed quartile with my normalizer gene. Thanks!
If i have 2 housekeeping genes should I take the geometric mean or just the average of them
You should look at the GeNorm paper/method. https://genomebiology.biomedcentral.com/articles/10.1186/gb-2002-3-7-research0034
the delta-delta ct method seems to be great for comparing normal vs tumor. I have highest quartile and lowest quartile so when I use the lowest quartile as the control group I get conflicting values. Is there another method that doesn't use this internal control?
What do you mean "conflicting values"? If you don't want to do an internal control, you can just do deltaCt, rather than delta-delta-Ct. (i.e. just
2^(test_gene-housekeeping_gene)