## read a SDM file
sampdat <- SDMFrame(system.file("extdata", "Experiment1.txt", package="ddCt"))
## call ddCtExpression method from class SDMFrame
## to get a ddCt calculated expression
result <- ddCtExpression(sampdat,
calibrationSample="Sample1",
housekeepingGenes=c("Gene1","Gene2"))
result
Run the code above in your browser using DataLab