Description Usage Arguments Value Author(s) See Also Examples
Count the number of genes shared between a KEGG pathway and a protein complex from the ScISI interactome.
1 | KEGG2SCISI(pw, pc, pcMat, pwMat)
|
pw |
list of pathway names |
pc |
list of complex names |
pwMat |
pathway incidence matrix |
pcMat |
complex incidence matrix |
matrix
N. LeMeur
ScISI KEGG
1 2 3 4 5 | data(ScISIC)
## Mapping from Yeast genes to KEGG pathways.
KeggMat <- PWAmat("org.Sc.sgd")
KEGG2SCISI(pw = colnames(KeggMat)[1:5], pc = colnames(ScISIC)[1:5], pwMat =
KeggMat, pcMat =ScISIC)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.