compute | R Documentation |
Perform computations on imported and processed data
compute( input, anno = E.PATH::annotations, data = E.PATH::database, universe = NULL, info_from = "database", anno_opts = "file", categories = FALSE, organisms = FALSE, org_db = NULL, save = NULL, gs_filter = "" )
input |
output of |
anno |
optional: |
data |
optional: |
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.
|
save |
optional: path to save overlap statistics as |
gs_filter |
optional: filter for gene set names |
stats
tibble: overlap statistics
matches
list: names: annotations vector: matched genes
input <- process_input_text("FCN1 0.1 FTL 0.8 CLU 0.05") results <- compute(input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.