getPc | R Documentation |
This command retrieves full pathway information for a set of elements such as pathway, interaction or physical entity given the RDF IDs.
getPc(uri, format = "BIOPAX", verbose = FALSE, ...)
uri |
a vector that includes valid/existing BioPAX element's URI (RDF ID; for utility classes that were "normalized", such as entity refereneces and controlled vocabularies, it is usually a Idntifiers.org URL. Multiple IDs are allowed per query, for example, c("http://identifiers.org/uniprot/Q06609", "http://identifiers.org/uniprot/Q549Z0") See also about MIRIAM and Identifiers.org in details. |
format |
output format (Default: BIOPAX). Valid options can be found using
|
verbose |
a boolean, display the command used to query Pathway Commons |
... |
additional arguments to read* methods that handle data from Pathway Commons |
Get commands only retrieve the BioPAX elements that are directly mapped to the ID. Use the "traverse query to traverse BioPAX graph and obtain child/owner elements.
Information on MIRIAM and Identifiers.org http://www.pathwaycommons.org/pc2/#miriam
a XMLInternalDocument object
pcFormats
uri <- "http://identifiers.org/uniprot/O14503" #results <- getPc(uri) uri <- c("http://identifiers.org/uniprot/O14503", "http://identifiers.org/uniprot/Q9P2X7") #results <- getPc(uri, verbose=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.