Description Usage Arguments Value
View source: R/script_tissue_specific_efficacy_score.R
It compiles the over-representation analysis for each gene set in the input list.
1 2 3 4 5 6 7 8 | generate.ora.data(
input,
databases = c("GO", "KEGG"),
orgdb_go = "org.Hs.eg.db",
orgdb_kegg = "hsa",
apval = 0.01,
verbose = TRUE
)
|
input |
a list of charcater vectors representing gene sets. |
databases |
character vector indicating the biological annotations to be used for the ORA. Possible values are: GO, KEGG and REACTOME enrichment functions. |
orgdb_go |
a character specifying the organism for GO. Deafault value is |
orgdb_kegg |
a character specifying the organism for KEGG. Deafault value is |
apval |
a number indicating the cutoff for the adjusted pvalue. |
verbose |
logical indicating whether the messages will be displayed or not in the screen. |
a list or ORA results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.