getKOFromGene {SubpathwayMiner} | R Documentation |
Get a list of KOs from a list of genes.
getKOFromGene(geneList)
geneList |
A character vector of genes. |
Note that the result is the union of sets of KOs.
A character vector of KOs.
Chunquan Li <lcqbio@yahoo.com.cn>
## get the list of KOs of two genes. getKOFromGene(c("10","9","100"))