pathVar (version 1.2.0)

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

Description

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

Usage

makeDBList(file,pID=TRUE)

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.

Value

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

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.

Examples

Run this code
## Not run: 
# pways.ipa <- makeDBList("fileName",pID=FALSE)
# ## End(Not run)

Run the code above in your browser using DataLab