elistWrite-methods {ddCt} | R Documentation |
ddCtExpression
object contains a list of matrices as
the results of ddCt
method. elist
combines these
lists into one data frame, and elistWrite
writes the data frame
into file.
summary
is a wrapper for the elist
method
elist(object,...) summary(object,...) elistWrite(object,file,...)
object |
an |
file |
output file. |
... |
additional arguments passed to write.table. |
elist
is a wrapper to as(object, "data.frame")
function.
A data frame or output file.
Jitao David Zhang jitao_david.zhang@roche.com
## 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")) ## call elist elistResult <- elist(result) elistResult