getDEA | R Documentation |
Extracts (standardized) DEA results from the rowData of an SE object.
getDEA(se, dea = NULL, homogenize = FALSE, sort = TRUE)
se |
A |
dea |
The optional name of the DEA to extract |
homogenize |
Logical; whether to homogenize the DEA |
sort |
Logical; whether to return the table sorted by significance |
The DEA data.frame if 'dea' is given, otherwise a named list of data.frames.
# loading example SE
data("Chen2017", package="sechm")
# this ones doesn't have saved DEAs in the standard format:
getDEA(Chen2017)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.