getGeneFromEnzyme {SubpathwayMiner}R Documentation

Get a list of genes from a list of enzymes

Description

Get a list of genes from a list of enzymes.

Usage

     getGeneFromEnzyme(enzymeList)

Arguments

enzymeList 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

getEnzymeFromGene

Examples


## get the list of gene of two enzymes. 
getGeneFromEnzyme(c("ec:2.7.2.3","ec:5.4.2.4"))

[Package SubpathwayMiner version 1.1 Index]