Expanded Genetic Graph

Source Notebook

WWW Graph of Genetic for Link Analysis Ranking Experiments

WWW Graph of Genetic for Link Analysis Ranking Experiments: The Base Set is constructed by including all out-links of each page in the Root Set. We use the refined algorithm for detecting intra-domain links.

(3468 vertices, 12689 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["Expanded Genetic Graph"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["Expanded Genetic Graph", All]["Summary"]
Out[2]=

Basic Applications

Show the power-law degree distribution of the graph:

In[3]:=
g = ResourceData["Expanded Genetic Graph"];
In[4]:=
Histogram[VertexDegree[g], {"Log", {1, 1000, 5}}, {"Log", "PDF"}, AxesLabel -> {
  "Degree \!\(\*\nStyleBox[\"k\",\nFontSlant->\"Italic\"]\)", "\!\(\*SubscriptBox[\(p\), \(k\)]\)"}]
Out[4]=

Show a table of properties:

In[5]:=
Dataset[Table[<|
   i -> i[g]|>, {i, {GraphReciprocity, GlobalClusteringCoefficient, GraphAssortativity}}]]
Out[5]=

Wolfram Research, "Expanded Genetic Graph" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Data Downloads

Publisher Information