enrichGO_model: GO enrichment for model organism.

Description Usage Arguments Examples

View source: R/enrich.R

Description

GO enrichment for model organism.

Usage

1
2
3
4
5
6
7
8
9
enrichGO_model(
  de_file,
  org_db = "org.Hs.eg.db",
  output_prefix = NULL,
  pvalueCutoff = 0.05,
  qvalueCutoff = 0.2,
  setReadable = TRUE,
  typeL = c("BP", "MF", "CC")
)

Arguments

de_file

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

org_db

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

output_prefix

Output prefix.

pvalueCutoff

Default 0.05

qvalueCutoff

Default 0.2

setReadable

Transfer gene ids to gene symbol. Default True.

typeL

A vector with default ad c("BP", "MF", "CC").

Examples

1
enrichGO_model(de_file, output_prefix=output_prefix)

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