makeDBList: Puts your own list of pathways and genes related to them into...

Description Usage Arguments Details Value Author(s) Examples

View source: R/pipeline.final.R

Description

Puts your own list of pathways and genes related to them into a list.

Usage

1

Arguments

file

a tab deimited text file where the first and second columns are pathwayID and pathway name. The third, or last column, is the genes associated with each pathway, seperated by commas. If no pathwayIDs are available, the first column should be the pathway name.

pID

boolean expression specifiying where the pathways have an ID or not.

Details

This function is given a tab delimited text file with the pathwayID (if available), the pathway name, and the genes associated with each pathway. It outputs a list where the first element is the pathway names, the second is the Pathway IDs and the third is a list of genes for each pathway. The first row should be the column names.

Value

A list of pathway names, IDs, and genes in each pathway is returned.

Author(s)

Laurence de Torrente, Samuel Zimmerman, Jessica Mar

Examples

1
2
3
4
## Not run: 
pways.ipa <- makeDBList("fileName",pID=FALSE)

## End(Not run)

jmarlab/pathVar documentation built on May 23, 2019, 9:02 p.m.