getGeneFromPathway {SubpathwayMiner} | R Documentation |
Get genes from pathways.
getGeneFromPathway(pathwayList)
pathwayList |
A character vector of pathways. |
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 genes of two pathways. getGeneFromPathway(c("path:00010","path:00020"))