Description Usage Arguments Details Value Author(s) Examples
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
1 2 3 |
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
1 2 3 4 5 6 7 8 9 10 11 12 | ## 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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.