differentialExpression: Differential Expression for 'TimeSeriesExperiment'

Description Usage Arguments Value Examples

Description

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.

Usage

1
2
3
4
differentialExpression(object, ...)

## S4 method for signature 'TimeSeriesExperiment'
differentialExpression(object, name = NULL)

Arguments

object

a TimeSeriesExperiment object.

...

argiments to other functions.

name

one of elements of 'differentialExpression' slot: 'timepoint_de', 'trajectory_de'. If NULL, all elements are returned.

Value

a data.frame or a list of data.frames

Examples

1
2
3

nlhuong/vistimeseq documentation built on Sept. 4, 2021, 2:41 a.m.