| differentialExpression {TimeSeriesExperiment} | R Documentation |
TimeSeriesExperimentGetter 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.
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.frames
data("endoderm_small")
endoderm_small <- trajectoryDE(endoderm_small)
head(differentialExpression(endoderm_small, "trajectory_de"))