printEnrich | R Documentation |
Print Enrichr results
printEnrich(
data,
prefix = "enrichr",
showTerms = NULL,
columns = c(1:9),
outFile = c("txt", "excel")
)
data |
(Required). Output list object from the |
prefix |
(Optional). Prefix of output file. Default is |
showTerms |
(Optional). Number of terms to show.
Default is |
columns |
(Optional). Columns from each entry of data.
Default is |
outFile |
(Optional). Output file format, choose from "txt" and "excel". Default is "txt". |
Print Enrichr results from the selected gene-set libraries to individual text files or a Excel spreadsheet.
Wajid Jawaid wajid.jawaid@gmail.com
I-Hsuan Lin i-hsuan.lin@manchester.ac.uk
# data(input) # Load example input genes
# if (getOption("enrichR.live")) {
# enrichRLive <- TRUE
# dbs <- listEnrichrDbs()
# if(is.null(dbs)) enrichRLive <- FALSE
# dbs <- c("GO_Molecular_Function_2023", "GO_Cellular_Component_2023",
# "GO_Biological_Process_2023")
# enriched <- enrichr(input, dbs)
# print(head(enriched[[1]]))
# # if (enrichRLive) printEnrich(enriched, outFile = "excel")
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.