compute_sets | R Documentation |
Compute overlap enrichment on E.PATH gene set categories
compute_sets( input, universe = NULL, info_from = "database", anno_opts = "file", categories = FALSE, organisms = FALSE, org_db = NULL )
input |
output of |
universe |
number of genes in universe |
info_from |
optional: |
anno_opts |
optional: |
categories |
optional: categories to include; default all |
organisms |
optional: organisms to include; default all |
org_db |
optional: GO organism database e.g.
|
list: categories and output of compute
input <- process_input_text("FCN1 0.1 FTL 0.8 CLU 0.05") results <- compute_sets(input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.