Wu
This presentation is a brief introduction of the app “Gene Expression Calculator” https://theoneeno.shinyapps.io/app_compound/.
qRT-PCR also known as real-time PCR, short for Real-time polymerase chain reaction.
For more details: https://en.wikipedia.org/wiki/Real-time_polymerase_chain_reaction
C_control<-16 #the cycle of control group's internal control gene
C_target<-23 #the cycle of control group's target gene
D_control<-16 #the cycle of dose group's internal control gene
D_target<-23.5 #the cycle of dose group's target gene
2^((C_target-C_control)-(D_target-D_control)) #relative gene expression
[1] 0.7071068