Description Usage Arguments Value Examples
Integrated GO/KEGG pathways gene
1 | Get_GK_genes(DATA, keyword = NULL)
|
DATA |
the GO/KEGG result, including cols named geneID and Description |
keyword |
the keywood of the pathways you interested |
the genes in the pathways you choose
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.