Description Usage Arguments Details Value Examples
This function retrieves a set of neighbors for a set of IDs in a BioPAX file.
1 | getNeighbors(inputFile, outputFile = NULL, idList)
|
inputFile |
a string with the name of the input BioPAX OWL file |
outputFile |
a string with the name of the output BioPAX OWL file |
idList |
a vector of IDs from the BioPAX OWL file |
Only entities in the input BioPAX file will be searched for neighbors. IDs used must be URIs for the entities of interest.
an XMLInternalDocument representing a BioPAX OWL file
1 2 3 4 5 6 | outFile <- tempfile()
results <- getNeighbors(system.file("extdata",
"raf_map_kinase_cascade_reactome.owl", package="paxtoolsr"),
outFile,
c("HTTP://WWW.REACTOME.ORG/BIOPAX/48887#PROTEIN2360_1_9606",
"HTTP://WWW.REACTOME.ORG/BIOPAX/48887#PROTEIN1631_1_9606"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.