Description Usage Arguments Value Author(s) See Also Examples
View source: R/preparePathways.R
Prepare pathway dataset needed by NetGSA. See NetGSA
for more details.
1 2 3 | preparePathways(db=c("kegg", "MSigDB"),
type=c("H","C1","C2","C3","C4","C5","C6","C7"),
genename= c("EntrezID", "symbol"))
|
db |
Database to build pathway from. Could be either |
type |
The type of pathways to choose from if |
genename |
Whether gene symbol or EntrezID is used. |
A list of pathways.
Jing Ma (jingma@fredhutch.org)
1 2 3 4 | #library(graphite)
#pathwayList <- preparePathways('kegg')
#pathwayList[[1]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.