getDE-methods: Differential Expression accessor for a CeTF class object.

Description Usage Arguments Value See Also Examples

Description

The DE accessor access the differential expression resulted from runAnalysis function analysis.

Usage

1
2
3
4
getDE(x, type = "unique")

## S4 method for signature 'CeTF'
getDE(x, type = "unique")

Arguments

x

CeTF-class object

type

Type of DE matrix: unique and all (default: unique)

Value

Returns the DE genes with the statistics.

See Also

runAnalysis.

Examples

1
2
3
4
# load the CeTF class object resulted from runAnalysis function
data(CeTFdemo)

getDE(CeTFdemo)

CeTF documentation built on Nov. 25, 2020, 2 a.m.