Description Usage Arguments Value Examples
Getter method for differentialExpression
slot
of a TimeSeriesExperiment
. The slot is a list with differential
expression results possibly containing elements named 'timepoint_de', and
'trajectory_de' computed with timepointDE and trajectoryDE
functions.
1 2 3 4 | differentialExpression(object, ...)
## S4 method for signature 'TimeSeriesExperiment'
differentialExpression(object, name = NULL)
|
object |
a |
... |
argiments to other functions. |
name |
one of elements of 'differentialExpression' slot: 'timepoint_de', 'trajectory_de'. If NULL, all elements are returned. |
a data.frame
or a list of data.frame
s
1 2 3 | data("endoderm_small")
endoderm_small <- trajectoryDE(endoderm_small)
head(differentialExpression(endoderm_small, "trajectory_de"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.