calculate | R Documentation |
Calculate overlap statistics
calculate(input, annos, gs_annos, gs_genes, univ_size = NULL, org_db = NULL)
input |
output of |
annos |
value from |
gs_annos |
value from |
gs_genes |
value from |
univ_size |
optional: number of genes in universe; default calculated
from |
org_db |
optional: GO organism database e.g.
|
stats
tibble: overlap statistics
matches
list: names: annotations vector: matched genes
go
NULL
or output of
clusterProfiler::enrichGO
## Not run: anno <- E.PATH::annotations data <- E.PATH::database input <- process_input_text("FCN1 0.1 FTL 0.8 CLU 0.05") calc <- calculate(input, anno$annos, anno$gs_annos, data$gs_genes) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.