getGeneFromKO {SubpathwayMiner} | R Documentation |
Get a list of genes from a list of KOs.
getGeneFromKO(KOList)
KOList |
A character vector of genes. |
Note that the result is the union of sets of genes.
A character vector of genes.
Chunquan Li <lcqbio@yahoo.com.cn>
## get the list of gene of two KOs. getGeneFromKO(c("ko:K00622","ko:K01488"))