View source: R/processPcRequest.R
processPcRequest | R Documentation |
Process Pathway Commons request in various formats
processPcRequest(content, format, ...)
content |
a string, content to be processed |
format |
a string, the type of format |
... |
other arguments passed to read* methods for reading different formats |
an R object using one of the read* methods provided in this package corresponding to the format
pcFormats
fileName <- system.file("extdata", "test_biopax.owl", package="paxtoolsr") content <- readChar(fileName, file.info(fileName)$size) results <- processPcRequest(content, "BIOPAX")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.