Description Usage Arguments Details Value Examples
This function will create a subsetted object with specified URIs.
1 |
inputFile |
a string of 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 used in the fetch. IDs used must be URIs for the entities of interest. Additional properties such as cross-references for fetched entities will be included in the output.
an XMLInternalDocument representing a BioPAX OWL file
1 2 3 4 5 | outFile <- tempfile()
ids <- c("http://identifiers.org/uniprot/P36894",
"http://identifiers.org/uniprot/Q13873")
results <- fetch(system.file("extdata", "REACT_12034-3.owl", package="paxtoolsr"),
outFile, ids)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.