Description Usage Arguments Value
View source: R/overrepresentationAnalysis.R
Overrepresentation analysis
1 2 3 4 5 6 7 8 | overrepresentationAnalysis(
clustering,
database = "GO_Biological_Process_2018",
simplify = T,
vis = F,
colours = c(low = "#439981", high = "#b2d4cd"),
RWHN_sig = NULL
)
|
clustering |
A named vector; names correspond to sites in format Gene name_AminoAcid+Position (e.g. MAPK1_T185), values correspond to cluster. This is |
database |
Annotation database to calculate enrichment from. See enrichR website |
simplify |
If database = "GO_Biological_Process_2018", remove redundant terms |
vis |
logical; visualise output? |
colours |
if vis = T, a character vector of length 2 for colour scale |
RWHN_sig |
optional; results of RWHN if wanting to perform comparison, |
If vis = T, a ggplot object. If vis = F, a data frame containing enriched terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.