Description Usage Arguments Details Value Author(s) Examples
PSI-MI 2.5 data exchange format encourages data providers to encode cross referenes of the interactors into the file, which prove valuable for annotating the data. These functions help finding out the available cross references of interactors.
1 2 | availableXrefs(x,...)
xref(object)
|
x |
for for |
object |
New interface of RpsiXML uses ‘object’ uniformly. |
... |
intersect, logical option. If set to |
If psimi25InteractionEntry
is provided as the parameter of
availableXrefs
, an option named "intersect" can be set to
extract only those cross references intersected among all the
interactors, namely the ones assigned in every interactor. Please see
the examples.
xref |
Returns a matrix with two columns: |
availableXrefs |
A vector of characters, the names of external databases referenced in the file |
Jitao David Zhang
1 2 3 4 5 6 7 8 9 | xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")
hprdxml <- file.path(xmlDir, "hprd_200709_test.xml")
hprdSet <- parsePsimi25Interaction(hprdxml, HPRD.PSIMI25)
hprdInteractors <- interactors(hprdSet)
availableXrefs(hprdSet)
xref(hprdInteractors[[1]])
availableXrefs(hprdInteractors[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.