getDE | 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.
runAnalysis
.
# load the CeTF class object resulted from runAnalysis function data(CeTFdemo) getDE(CeTFdemo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.