getPPIbyName | R Documentation |
Get Protein-Protein interactions (PPIs) for the set of gene names. Function lookups for PPIs for the list of GeneIDs and returns either “induced” (all interaction for this GeneID) or “limited” (only interactions between GeneIDs specified in the query) table of interacting genes A and B, where A and B are respective gene names.
getPPIbyName(name, type = c("induced", "limited"))
name |
Gene names |
type |
type of the PPI network should be either |
data.frame with interactors internal GeneID in columns A and B
getPPIbyEntrez()
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()
,
getPPIbyEntrez()
,
getPPIbyIDs4BrainRegion()
,
getPPIbyIDs4Compartment()
,
getPPIbyIDs()
,
getTableFromPPI()
t <- getPPIbyName(
c("CASK", "DLG4", "GRIN2A", "GRIN2B", "GRIN1"),
type = "lim"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.