processPcRequest: Process Pathway Commons request in various formats

View source: R/processPcRequest.R

processPcRequestR Documentation

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

...

other arguments passed to read* methods for reading different formats

Value

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

See Also

pcFormats

Examples

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


cannin/paxtoolsr documentation built on Feb. 2, 2023, 11:44 a.m.