probes2Path | R Documentation |
Given a set of probe identifiers from a microarray this function looks up all KEGG pathways that the probe is documented to be involved in.
probes2Path(pids, data = "hgu133plus2")
pids |
A vector of probe identifiers. |
data |
The character name of the chip. |
This is a simple look up in the appropriate chip PATH
data
environment.
A list of pathway vectors. One element for each value of pid
that is mapped to at least one pathway.
R. Gentleman
findAMstats
library("hgu95av2.db")
x = c("1001_at", "1000_at")
probes2Path(x, "hgu95av2.db")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.