getGeneFromPathway {SubpathwayMiner}R Documentation

Get genes from pathways

Description

Get genes from pathways.

Usage

     getGeneFromPathway(pathwayList)

Arguments

pathwayList A character vector of pathways.

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 genes of two pathways. 
getGeneFromPathway(c("path:00010","path:00020"))

[Package SubpathwayMiner version 1.1 Index]