preparePathways: Prepare pathway dataset needed by NetGSA

Description Usage Arguments Value Author(s) See Also Examples

View source: R/preparePathways.R

Description

Prepare pathway dataset needed by NetGSA. See NetGSA for more details.

Usage

1
2
3
preparePathways(db=c("kegg", "MSigDB"), 
           type=c("H","C1","C2","C3","C4","C5","C6","C7"),
           genename= c("EntrezID", "symbol"))

Arguments

db

Database to build pathway from. Could be either 'kegg' or 'MSigDB'.

type

The type of pathways to choose from if db=='MSigDB'.

genename

Whether gene symbol or EntrezID is used.

Value

A list of pathways.

Author(s)

Jing Ma (jingma@fredhutch.org)

See Also

NetGSA

Examples

1
2
3
4
#library(graphite)

#pathwayList <- preparePathways('kegg')
#pathwayList[[1]]

drjingma/netgsa documentation built on Feb. 22, 2022, 5:18 p.m.