getGeneFromEnzyme {SubpathwayMiner} | R Documentation |
Get a list of genes from a list of enzymes.
getGeneFromEnzyme(enzymeList)
enzymeList |
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 enzymes. getGeneFromEnzyme(c("ec:2.7.2.3","ec:5.4.2.4"))