Protein Interaction network

Protein interaction network

Protein interaction network of yeast

(1870 vertices, 4480 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["Protein Interaction network"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["Protein Interaction network", All]["Summary"]
Out[2]=

Basic Applications

Show the most connected vertex:

In[3]:=
g = ResourceData["Protein Interaction network"];
In[4]:=
most = First[
  Part[VertexList[g], Ordering[DegreeCentrality[g], All, Greater]]]
Out[4]=
In[5]:=
HighlightGraph[NeighborhoodGraph[g, most], most, Sequence[
 VertexLabels -> {most -> Placed[most, Above]}, PlotTheme -> "Minimal", VertexStyle -> {most -> Red}]]
Out[5]=

Wolfram Research, "Protein Interaction network" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Data Downloads

Publisher Information