getGeneFromKO {SubpathwayMiner}R Documentation

Get a list of genes from a list of KOs

Description

Get a list of genes from a list of KOs.

Usage

     getGeneFromKO(KOList)

Arguments

KOList A character vector of genes.

Details

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

Value

A character vector of genes.

Author(s)

Chunquan Li <lcqbio@yahoo.com.cn>

See Also

getKOFromGene

Examples


## get the list of gene of two KOs. 
getGeneFromKO(c("ko:K00622","ko:K01488"))

[Package SubpathwayMiner version 2.0 Index]