View source: R/xnnet_functions_v0.1.R
This function performs GSEA using the Limma output and an annotation library
1 2 3 4 5 6 7 | get_GSEA_results(
limma_results,
annotation_library,
min_term_size = 10,
max_term_size = Inf,
rank_metric = "logFC"
)
|
limma_results |
out of Limma |
annotation_library |
list of gene sets contained in a given annotation library |
min_term_size |
min size of annotation term (default = 10) |
max_term_size |
max size of annotation term (default = Inf) |
rank_metric |
statistic used to rank genes for GSEA |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.