getIMEX | R Documentation |
Download International Molecular Exchange (IMEx) protein-protein interaction (PPI) hosted on the ExperimentHub or retrieve pre-downloaded version from cache. This package currently hosts versions for human and mouse with both symbol and Entrez identifiers.
getIMEX(org = c("hs", "mm"), inferred = FALSE, version = getIMEXVersions())
org |
a character, representing the organism whose PPI database needs to be retrieved ("hs" for human and "mm" for mouse). |
inferred |
a logical, indicating whether inference from other organisms should be included in the PPI. |
version |
a character, stating the version of IMEX to be retrieved. See
|
a data.frame, containing the IMEx PPI.
imex = getIMEX("hs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.