Entering edit mode
Tim Smith
★
1.1k
@tim-smith-1532
Last seen 10.2 years ago
Hi,
I wanted a list of genes for a particular pathway arranged nodewise.
For example, if I select the Jak-stat pathway
("http://www.genome.jp/kegg/pathway/hsa/hsa04630.html"), how do I get
the entrez ids of genes associated with the node 'STAT' ? Currently, I
use the following code:
x <- toTable(org.Hs.egPATH)
and then select genes associated with a particular pathway (e.g. for
Jak-stat: "04630") . But this gives the entire set of genes associated
with the pathway. Is there a way to get the entrez ids of the genes
associated with each of the nodes ('JAK', 'STAT', 'STAM','PIAS' etc.)
in the pathway?
thanks!
[[alternative HTML version deleted]]