Learn R Programming

paxtoolsr (version 1.6.3)

processPcRequest: Process Pathway Commons request in various formats

Description

Process Pathway Commons request in various formats

Usage

processPcRequest(content, format)

Arguments

content
a string, content to be processed
format
a string, the type of format

Value

  • an R object using one of the read* methods provided in this package corresponding to the format

concept

paxtoolsr

See Also

pcFormats

Examples

Run this code
fileName <- system.file("extdata", "test_biopax.owl", package="paxtoolsr")
content <- readChar(fileName, file.info(fileName)$size)
results <- processPcRequest(content, "BIOPAX")

Run the code above in your browser using DataLab