compute_sets: Compute overlap enrichment on E.PATH gene set categories

View source: R/workflow.R

compute_setsR Documentation

Compute overlap enrichment on E.PATH gene set categories

Description

Compute overlap enrichment on E.PATH gene set categories

Usage

compute_sets(
  input,
  universe = NULL,
  info_from = "database",
  anno_opts = "file",
  categories = FALSE,
  organisms = FALSE,
  org_db = NULL
)

Arguments

input

output of process_input_text or process_input_seurat

universe

number of genes in universe

info_from

optional: "annotation" or (default) "database"

anno_opts

optional: "name" for gene set names, "syms" for gene set symbols, "info" for gene set descriptions, "auto" for automatically generated annotations and/or (default) "file" for manual annotations

categories

optional: categories to include; default all

organisms

optional: organisms to include; default all

org_db

optional: GO organism database e.g. org.Hs.eg.db::org.Hs.eg.db

Value

list: categories and output of compute

Examples

input <- process_input_text("FCN1 0.1 FTL 0.8 CLU 0.05")
results <- compute_sets(input)

AhmedMehdiLab/E.PAGE documentation built on Aug. 21, 2022, 4:37 p.m.