getDE {CeTF} | R Documentation |
The DE accessor access the differential expression resulted from
runAnalysis
function analysis.
getDE(x, type = "unique") ## S4 method for signature 'CeTF' getDE(x, type = "unique")
x |
|
type |
Type of DE matrix: unique and all (default: unique) |
Returns the DE genes with the statistics.
# load the CeTF class object resulted from runAnalysis function data(CeTFdemo) getDE(CeTFdemo)