getPathwayFromGene {SubpathwayMiner}R Documentation

Get pathwaysfrom genes

Description

Get pathwaysfrom genes.

Usage

     getPathwayFromGene(geneList)

Arguments

geneList A character vector of genes.

Details

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

Value

A character vector of pathways.

Author(s)

Chunquan Li <lcqbio@yahoo.com.cn>

See Also

getGeneFromPathway

Examples

## get the list of pathways of two genes.
getPathwayFromGene(c("5224","8802"))


[Package SubpathwayMiner version 1.1 Index]