getEnzymeFromGene {SubpathwayMiner}R Documentation

Get a list of enzymes from a list of genes

Description

Get a list of enzymes from a list of genes.

Usage

     getEnzymeFromGene(geneList)

Arguments

geneList A character vector of genes.

Details

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

Value

A character vector of enzymes.

Author(s)

Chunquan Li <lcqbio@yahoo.com.cn>

See Also

getGeneFromEnzyme

Examples

## get the list of enzymes of two genes.
getEnzymeFromGene(c("5232","5224"))


[Package SubpathwayMiner version 2.0 Index]