View source: R/readPcPathwaysInfo.R
readPcPathwaysInfo | R Documentation |
Read in Pathway Commons Pathways Information
readPcPathwaysInfo(inputFile = NULL, version = NULL)
inputFile |
an inputFile; if NULL then retrieve the current pathways.txt; see details (default: NULL) |
version |
a version number for a previous version of Pathway Commons data; versions 3 and above. Parameter set as version="8". Available versions "http://www.pathwaycommons.org/archives/PC2/" |
This file is generally found as pathways.txt.gz (e.g. http://www.pathwaycommons.org/archives/PC2/current/pathways.txt.gz)
a data.frame
inputFile <- system.file("extdata", "pathways.txt.gz", package="paxtoolsr") results <- readPcPathwaysInfo(inputFile, version="8")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.