Description Usage Arguments Details Value Author(s) Examples
View source: R/pipeline.final.R
Puts your own list of pathways and genes related to them into a list.
1 | makeDBList(file,pID=TRUE)
|
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. |
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.
A list of pathway names, IDs, and genes in each pathway is returned.
Laurence de Torrente, Samuel Zimmerman, Jessica Mar
1 2 3 4 | ## Not run:
pways.ipa <- makeDBList("fileName",pID=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.