Description Usage Arguments Value Examples
View source: R/arseq.gsea.runall.R
Performing GSEA enrichment analysis on a ranked list of genes for all msigDB.
1 2 3 4 5 6 | arseq.gsea.runall(
ranked.list,
save = FALSE,
custom.gsea = NULL,
save.dir = getwd()
)
|
ranked.list |
Ranked list of genes for GSEA analysis. Use 'arseq.gsea.preprocess' to generate ranked list of genes from DESeq2 differential gene expression analysis. |
save |
Logical. Argument to indicate if to save the results in disk (pdf and csv files). Default=FALSE |
custom.gsea |
User defined gene list to perform GSEA. File need to be supplied as a dataframe with each row as a gene list. |
save.dir |
Directory to save the results when 'save=TRUE'. Default= Working Directory. |
List containing all the GSEA dataframe and ggplot objects.
1 2 3 4 5 | ## Not run:
ranked.list <- arseq.gsea.preprocess (deg=example_deg)
gsea.output <- arseq.gsea.runall (ranked.list)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.