getGseaDf | R Documentation |
Extracts results from a gene set enrichment analysis in form of a data.frame.
getGseaDf(
object,
across,
across_subset = NULL,
method_de = NULL,
n_gsets = Inf,
signif_var = "fdr",
signif_threshold = 1,
stop_if_null = TRUE
)
object |
An object of class |
across |
Character value or NULL. Specifies the grouping variable of interest. Use |
across_subset |
Character vector or NULL. Specifies the particular groups
of interest the grouping variable specified in argument If set to NULL all of them are chosen. You can prefix groups you are NOT interested in with a '-'. (Saves writing if there are more groups you are interested in than groups you are not interested in.) Use |
method_de |
Character value. Denotes the method to according to which the de-analysis is performed.
Given to argument |
n_gsets |
Numeric value. Maximal number of gene sets whose results are included.
The first |
signif_var |
Character value. Determines what to be considered while checking for significance. Either 'pval' (p-Value) or 'fdr' (False Discovery Rate). |
signif_threshold |
Numeric value. Significance values below |
Data.frame that contains results of gene set enrichment analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.