getKOFromGene {SubpathwayMiner}R Documentation

Get a list of KOs from a list of genes

Description

Get a list of KOs from a list of genes.

Usage

     getKOFromGene(geneList)

Arguments

geneList A character vector of genes.

Details

Note that the result is the union of sets of KOs.

Value

A character vector of KOs.

Author(s)

Chunquan Li <lcqbio@yahoo.com.cn>

See Also

getGeneFromKO

Examples

## get the list of KOs of two genes.
getKOFromGene(c("10","9","100"))


[Package SubpathwayMiner version 2.0 Index]