getTableFromPPI | R Documentation |
Combine information from PPI data.frame
obtained with functions like
getPPIbyName
or getPPIbyEntrez
with information
about genes obtained from
getGenesByID
to make interpretable table representation.
getTableFromPPI(ppi)
ppi |
PPI |
table with the following columns added for both interactors (A and B):
GeneID internal database ID
MGI MGI ID
HumanEntrez Human Entrez ID
MouseEntrez Mouse Entrez ID
HumanName Human gene name
MouseName Mouse gene name
RatEntrez Rat Entrez ID
Rat Name Rat gene name
getPPIbyName()
,
getPPIbyEntrez()
and getPPIbyIDs()
to get
PPI data.frame
,
getIGraphFromPPI()
to
get igraph representation of the PPI data.frame
.
Other PPI functions:
getIGraphFromPPI()
,
getPPIbyEntrez()
,
getPPIbyIDs4BrainRegion()
,
getPPIbyIDs4Compartment()
,
getPPIbyIDs()
,
getPPIbyName()
tbl <- getTableFromPPI(getPPIbyIDs(c(48, 585, 710), type = "limited"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.