Get_GK_genes: Integrated GO/KEGG pathways gene

Description Usage Arguments Value Examples

View source: R/Get_GK.R

Description

Integrated GO/KEGG pathways gene

Usage

1
Get_GK_genes(DATA, keyword = NULL)

Arguments

DATA

the GO/KEGG result, including cols named geneID and Description

keyword

the keywood of the pathways you interested

Value

the genes in the pathways you choose

Examples

1
2
3
4
5
6
7
## Not run: 
input.file <- system.file('extdata','GO_enrich.csv',package = 'LIANLAB')
markers <- read.csv(input.file,header = T, row.names = 1)
Get_GK_genes(markers)
Get_GK_genes(markers, keyword = c('DNA'))

## End(Not run)

Lian-Lab/LIANLAB documentation built on June 23, 2021, 5:37 a.m.