Description Usage Arguments Details Value Author(s) References See Also Examples
Prepare pathway gene sets from "graphite" package, which could be passed to "prepSupMoa" function.
1 | prepGraphite(db, id = c("entrez", "symbol"))
|
db |
The database to be used, an object of class either 'PathwayList' create by "pathways" function. |
id |
Which identifier for output, either "entrez" or "symbol". |
Only support "entrez" or "symbol" output currently.
This function returns an object of list containing gene set information, which could be further processed by function "prepSupMoa" to convert to the object that can be used as input of "sup.moa" or "mogsa".
Chen Meng
Sales G, Calura E and Romualdi C (2014). graphite: GRAPH Interaction from pathway Topological Environment. R package version 1.10.1.
See Also as prepMsigDB
and prepSupMoa
.
1 2 | library(graphite)
keggdb <- prepGraphite(db = pathways("hsapiens", "kegg")[1:3], id = "entrez")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.