getPPIbyEntrez | R Documentation |
Get Protein-Protein interactions (PPIs) for the set of ID. Function lookups for PPIs for the list of Entrez IDs and returns either “induced” (all available interactions for these genes) or “limited” (only interactions between genes specified in the query) table of interacting genes A and B, where A and B are respective Internal IDs.
getPPIbyEntrez(entrez, type = c("induced", "limited"))
entrez |
Entrez IDs |
type |
type of the PPI network should be either |
data.frame with interactors internal GeneID in columns A and B
getPPIbyName()
and
getPPIbyIDs()
to get
PPI data.frame
,
getIGraphFromPPI()
to get igraph representation of the
PPI data.frame
and
getTableFromPPI()
to
get interpretable
table representation of the PPI data.frame
.
Other PPI functions:
getIGraphFromPPI()
,
getPPIbyIDs4BrainRegion()
,
getPPIbyIDs4Compartment()
,
getPPIbyIDs()
,
getPPIbyName()
,
getTableFromPPI()
t <- getPPIbyEntrez(c(1739, 1740, 1742, 1741), type = "ind")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.