enrichKEGG_model: KEGG enrichment for model organism.

Description Usage Arguments Value Examples

View source: R/enrich.R

Description

KEGG enrichment for model organism.

Usage

1
2
3
4
5
6
7
8
9
enrichKEGG_model(
  de_file,
  org_db = "org.Hs.eg.db",
  output_prefix = NULL,
  organism = "human",
  pvalueCutoff = 0.05,
  qvalueCutoff = 0.2,
  setReadable = TRUE
)

Arguments

org_db

R annotation package like org.Hs.eg.db.

output_prefix

Output prefix.

organism

KEGG supported organisms like human, mouse.

pvalueCutoff

Default 0.05

qvalueCutoff

Default 0.2

setReadable

Transfer gene ids to gene symbol. Default True.

Two

columns file with first column containing DE genes and second column with group names.

Value

A dataframe containing top 10 enriched terms.

Examples

1
enrichKEGG_model(de_file, output_prefix=output_prefix)

Tong-Chen/YSX documentation built on Jan. 25, 2021, 2:49 a.m.