Fibroblastic reticular cells (FRCs) form a cellular network that serves as the structural backbone of lymph nodes and facilitates lymphocyte migration. In mice, this FRC network has been found to have small-world properties. Using a model based on geographical preferential attachment, we simulated the formation of a variety of cellular networks and show that similar small-world properties robustly emerge under such natural conditions. By estimating the parameters of this model, we generated FRC network representations with realistic topological properties. We found that the topological properties change markedly when the network is expanded from a thin slice to a three-dimensional cube. Typical small-world properties were found to persist as network size was increased. The simulated networks were very similar to two-dimensional and three-dimensional lattice networks. According to the used metrics, these lattice networks also have small-world properties, indicating that lattice likeness is sufficient to become classified as a small-world network. Our results explain why FRC networks have small-world properties and provide a framework for simulating realistic FRC networks.

Lymph nodes play a central role in immune responses by functioning as a “meeting point” for lymphocytes. The structural framework of lymph nodes is a reticular network that consists of elastin and reticular fibers. These fibers are made of collagen and are surrounded by fibroblastic reticular cells (FRCs) (1). The FRC network is formed through FRCs establishing connections with each other and forming intercellular channels (2), induced by signals from lymphocytes (3). Besides having structural purposes, the FRC network facilitates lymphocyte migration within the lymph node (46).

To gain a deeper understanding of the properties and organization of the FRC network, several imaging techniques have been used (1, 7, 8). The topology of the FRC network was recently reconstructed by modeling the connections found in confocal microscopy images of a cross-section of a lymph node (9). To obtain network properties that accurately represent the observed FRC networks, this was done for several lymph nodes obtained from different mice. Methods from graph theory were employed to analyze the properties of the network.

Within network theory, an important property is the “small-worldness” of a network. A small-world network combines strong local connectivity, measured by a high clustering coefficient, and strong global connectivity, measured by a short path length between any two nodes in the network. The high clustering of small-world networks leads to high robustness against random damage to the network (10). It should be noted that a small-world network is not necessarily scale free, which is a network type in which the degree distribution follows a power law (11) and is also highly robust to random damage (12). Small-world properties have been detected in a multitude of biological networks, such as gene expression (13) and metabolism (14), and in a wide variety of other real-world networks, including railways (15), the airport network (16), and communication networks (17). By quantifying the topology of reconstructed FRC networks mathematically, Novkovic et al. (9) found that the network exhibits small-world properties and suggested that these might have evolved under evolutionary pressure.

Geographic attachment models are capable of generating small-world networks (18, 19). These models connect pairs of nodes based on the physical distance between them, with a closer proximity resulting in a higher probability of forming a connection. Longer connections arise when connected nodes separate because of network expansion. Because FRCs are expected to preferentially connect to nearby FRCs during the development of the FRC network, we research in this study whether a similar method suffices for the small-world topology described by Novkovic et al. (9). Our model is capable of reliably generating random networks with properties similar to those of the observed FRC network. Small-world properties were found to emerge naturally and robustly, indicating that these properties are inherent to networks of cells that tend to connect to nearby cells. Furthermore, two- and three-dimensional (3D) lattice networks were found to exhibit similar small-world properties, demonstrating that a lattice-like structure can be sufficient to be classified as a small-world network.

Watts and Strogatz (20) originally introduced small-world networks as a combination of the path length of random networks (which grows logarithmically with the number of nodes in the network) and the high clustering coefficient of a lattice. This definition is often used as the key criterion for models generating small-world networks (18, 19, 21, 22), but it can only be used when networks with multiple sizes are available to calculate the growth of the average shortest path length. This measure is therefore not applicable to many real-world networks for which only a single size is available.

To quantify small worldness in single-size networks, several metrics have been developed based on comparing the clustering coefficient and path length of the observed network with that of a random or lattice network with the same number of nodes and edges (2325). We employ the same metrics to measure small worldness as Novkovic et al. (9) used to compare generated networks with observed FRC networks. The two parameters used to assess small worldness are σ and ω, defined as follows:

σ=C/CRL/LR,1σ<
(1)
ω=LRLCCL,1<ω<1
(2)

where C′ and L′ are the average clustering coefficient and the average shortest path length of the network, CR and LR are the average clustering coefficient and the average shortest path length of an equivalent random network, and CL is the clustering coefficient of an equivalent lattice network. Equivalent networks are formed with the same amount of nodes and edges using either a random or a one-dimensional ring lattice structure, respectively. A network is considered to be small world if σ > 1 and −0.5 < ω < 0.5 (2325). Furthermore, a network is classified as lattice-like if ω <0 (25). It is well known that σ grows with the size of the network (24), and hence, ω is typically the most important measure.

Recently, a novel parameter for assessing small worldness called small-world propensity (SWP) was introduced (26). This parameter also incorporates the average shortest path length of the equivalent lattice network to determine whether a network is small world or not. The SWP is defined as follows:

SWP=1ΔC2+ΔL22, 0 < SWP < 1
(3)

where

ΔC=CLCCLCR

and

ΔL=LLRLLLR

SWP describes the extent to which a network displays small-world properties, with SWP = 0.6 as reference value for a strong SWP (S. F. Muldoon, E. W. Bridgeford, and D. S. Bassett, manuscript posted on arXiv). We use SWP in addition to σ and ω to further assess the small worldness of the simulated networks.

The observed network by Novkovic et al. (9) originated from a 300 × 300 × 30 μm cross-section of the T cell zone of a mouse lymph node. This cross-section is scaled to a 1 × 1 × 0.1 vol in our model. Each FRC is considered to be a single node and is placed uniformly at random in the volume. The average diameter of a FRC has been observed to be ∼10 μm (3, 9) (which is scaled to a diameter of 0.03 for each node). Nodes are replaced to a new random position when they overlap with other nodes. Generation and analysis of networks was done using the NetworkX package in Python (code is available in the Supplemental Material).

In the model, the probability of any two nodes forming a connection is determined through a probability function parameterized by the distance between those nodes. First, the FRC network consists of physical connections between cells, suggesting that there should be a maximal length for connections. Second, long connections are assumed to be increasingly difficult to achieve and to occur less frequently than short connections. We implement these principles by using a monotonically decreasing probability function with a maximal length threshold:

P(d)= max(0,1(dl)a)
(4)

This function gives the probability P(d) for two nodes at distance d forming a connection. The probability of connecting is greater than zero when the distance is smaller than the maximal length threshold l (Fig. 1). The probability function decreases from one to zero on the domain 0 ≤ dl, and the shape of the function is given by the parameter a, with a > 0 (Fig. 1). Using a, we can vary the ratio between long and short connections. Higher values of a result in a slower decrease of the probability to connect and therefore increase the fraction of long connections in the network (Fig. 1).

Feasible combinations of parameters were selected using a brute-force method. Novkovic et al. (9) reported a representative FRC network to contain 176 nodes and 685 edges. These measurements were used as the desired size of our simulated networks. A total of 176 nodes were placed randomly in the volume and connected through the probability function with a range of values for the two parameters a and l in the function. For each combination of parameters, the expected number of edges (E) in the generated network was calculated:

E=i=1n1j=i+1nP(dij)
(5)

where n is the number of nodes, dij is the distance between nodes i and j, and P(dij) is the probability function. The equation gives the expected number of total edges in the graph by summing the probability for each possible connection between any of the nodes in the graph. Whenever the expected number of edges was within 10% of the desired number of edges, e = 685 ± 68, the values of the parameters of P(d) were saved, and the corresponding values for σ and ω were calculated.

The probability function P(d) (Eq. 4, Fig. 1) defines the likelihood that two nodes at distance d are connected by an edge of the network. A range of values for maximum connection length l and shape parameter a were tested (0 < a < 5, 0.1 < l < 0.5), that is, 50 random values were chosen uniformly within these ranges for both parameters, and for every possible combination of those values, the expected amount of edges was calculated using Eq. 5. For each of the resulting networks with the “correct” number of edges (685 ± 86), small-world metrics were calculated (Fig. 2). Combinations of parameters that resulted in the desired amount of expected edges existed for a < 1, a = 1, and a > 1 (Fig. 2A), corresponding to convex, linear, and concave functions, respectively (Fig. 1). Selecting networks with the correct number of edges (685 ± 68) and values within the range 0.1 < l < 0.5 result in σ < 1 and −0.6 < ω < 0.6 (Fig. 2B). This indicates that small-world properties are to be expected for networks within this range, except for the extremes of the range where ω < −0.5 or ω > 0.5, respectively. Notably, ω is closest to 0, and thus small-world effects are strongest, around l = 0.2 and a = 1, corresponding to a simple linear probability function. Lattice-like properties (indicated by ω <0) are observed for low values of l and when a > 1, corresponding to a concave function.

FIGURE 1.

The probability function P(d) (compare with Eq. 4) is convex for 0 < a < 1, linear for a = 1, and concave for a > 1.

FIGURE 1.

The probability function P(d) (compare with Eq. 4) is convex for 0 < a < 1, linear for a = 1, and concave for a > 1.

Close modal
FIGURE 2.

Parameter ranges of the probability function P(d) with the desired amount of edges and corresponding small-world metrics. (A) Values for the shape parameter, a, and the maximal distance, l, resulting in 685 ± 68 expected edges for n = 176. (B) Values for σ and ω obtained with each combination of a and l from (A). Results are based on 10 networks for each combination of a and l.

FIGURE 2.

Parameter ranges of the probability function P(d) with the desired amount of edges and corresponding small-world metrics. (A) Values for the shape parameter, a, and the maximal distance, l, resulting in 685 ± 68 expected edges for n = 176. (B) Values for σ and ω obtained with each combination of a and l from (A). Results are based on 10 networks for each combination of a and l.

Close modal

As a → ∞, the probability function approaches a step function in which the probability of connecting is 1 if the distance d is smaller than the threshold l and P(d) = 0 otherwise. This will generate a structure that is very similar to a regular 3D lattice. For the step function, the desired amount of edges was obtained for l = 0.1, resulting in networks with σ = 6 and ω = −0.5, which is still within the range to be classified as small world, albeit on the edge. These results indicate that small-world properties naturally emerge in a variety of networks generated through a wide variety of geographical preferential attachment rules, without the requirement for extremely specific parameters or additional alterations.

The representative FRC network presented by Novkovic et al. (9) contains 176 nodes and 685 edges and had σ = 6.7 and ω = −0.27, indicating small worldness with lattice-like properties. The maximal distance between intersections of FRC strands is ∼37 μm (27), suggesting a maximal connection length of 75 μm (which is scaled in the model to l = 0.25). Setting l = 0.25 and a = 1 in Eq. 4 generates networks with σ ≈ 5 and ω ≈ 0.25, which is small world but not lattice-like. To approximate the observed FRC network more accurately, we opted for a slightly more complicated distance function, that is, a Hill function with a threshold for the maximal connection length:

P(d)={11+(dk)m,dl0,otherwise
(6)

where k is the distance for which P(d) is half maximal, m determines the steepness of the function, and l is the threshold for the maximal length. This Hill function results in sigmoid decay of the probability to form a connection as distance increases, resulting in a high ratio of short to long connections. For l = 0.25, k = 0.1, and m = 7, the generated networks have σ ≈ 6 and ω ≈ −0.3 (Fig. 3B), which closely approaches the values found in the FRC network by Novkovic et al. (9) (Fig. 3A). We also calculated the SWP for this network and found that SWP = 0.76, which also indicates small-world properties. The simulated degree distribution (bars in Fig. 3C) is in good agreement with the observed distribution (line in Fig. 3C) in the FRC networks of Novkovic et al. (9). The distribution of edge lengths of the generated networks (Fig. 3D) is shifted to the left compared with the observed networks of Novkovic et al. (9), revealing that we apparently allow for too-short connections (or too-close FRCs). We have not repaired this because this small shift is not affecting our conclusions and only slightly reduces the average path lengths in the generated networks. To test the robustness of the model, simulations were also run with l = 0.17 and l = 0.34, corresponding to a length threshold of 50 and 100 μm, respectively. Similar values of σ and ω were found for all three values of l for somewhat different combinations of m and k (see Supplemental Fig. 1), and this hardly changed the length distribution in Fig. 3D (data not shown). This indicates that results do not depend on the maximal connection length. These results show that geographical preferential attachment is sufficient to generate a topologically realistic FRC network.

FIGURE 3.

Comparison of an observed and a simulated FRC network. Green nodes have ≤5 edges, blue nodes have 6–11 edges, and red nodes have ≥12 edges. (A) The FRC network reprinted from figure 1D of Novkovic et al. (9), licensed under a Creative Commons Attribution 4.0 International License, with n = 176, e = 685, σ = 6.70, and ω = −0.27. (B) A representative simulated network, with n = 176, e = 677, σ = 6.07, and ω = −0.28. (C) Degree distribution of the six observed networks in Novkovic et al. (9) (gray line) and 100 generated networks (histogram). (D) Edge length distribution of six observed (gray line) and 100 generated networks (histogram). Each simulated network had a novel randomly generated arrangement of nodes.

FIGURE 3.

Comparison of an observed and a simulated FRC network. Green nodes have ≤5 edges, blue nodes have 6–11 edges, and red nodes have ≥12 edges. (A) The FRC network reprinted from figure 1D of Novkovic et al. (9), licensed under a Creative Commons Attribution 4.0 International License, with n = 176, e = 685, σ = 6.70, and ω = −0.27. (B) A representative simulated network, with n = 176, e = 677, σ = 6.07, and ω = −0.28. (C) Degree distribution of the six observed networks in Novkovic et al. (9) (gray line) and 100 generated networks (histogram). (D) Edge length distribution of six observed (gray line) and 100 generated networks (histogram). Each simulated network had a novel randomly generated arrangement of nodes.

Close modal

Current confocal microscopy techniques are incapable of generating high-resolution 3D images of the FRC network, limiting observations to thin cross-sections (9). Using the model developed above, it is possible to simulate a realistic 3D FRC network. To investigate the influence of the thickness of the cross-section on network properties, the size of the grid was gradually expanded from 1 × 1 × 0.1 to 1 × 1 × 1 (corresponding to a network of 300 × 300 × 300 μm) while keeping the node density constant.

Increasing the thickness of the slice was found to affect the average shortest path length and average degree (Fig. 4A) but not the small worldness (Fig. 4B). σ increases almost 4-fold as the network is expanded. This is in agreement with the observation that σ scales with the network size (24). ω approaches zero but remains negative, indicating that both the small-worldness and lattice-like properties of the network are preserved. The SWP decreases from 0.76 to 0.69, remaining above the threshold of 0.6 (Supplemental Table I). The average degree of the network increased from four to six as thickness increased from 0.1 to 0.2 and continued to increase when thicker 3D networks were constructed, which is a natural result because the impact of missed connections at the boundaries decreases when one considers thicker slices. As a result of these additional connections, the average shortest path length initially decreases as the network size is increased. As network size increases further, this effect saturates, and the average shortest path length starts increasing again.

FIGURE 4.

Increasing the thickness of the slice from 30 μm (volume 0.1 × 1 × 1) to 300 μm (volume 1 × 1 × 1). (A) Average shortest path length and average degree. (B) Small-world metrics σ and ω. Bars indicate full range of values found for 50 independent simulations per volume size.

FIGURE 4.

Increasing the thickness of the slice from 30 μm (volume 0.1 × 1 × 1) to 300 μm (volume 1 × 1 × 1). (A) Average shortest path length and average degree. (B) Small-world metrics σ and ω. Bars indicate full range of values found for 50 independent simulations per volume size.

Close modal

Subsequently, the effect of the size of the network on small-world properties was examined by increasing the volume of the cube in which the networks are generated (Supplemental Table II). Network size was increased 10-fold from 2.7 × 107 to 2.7 × 108 μm3 by scaling the volume of the network by a factor of 103 in each dimension, whereas node density and parameters of the probability function were kept equal (Fig. 5). Similar to the effect of increasing thickness, σ was found to increase further as network size increased. ω decreased as network size increased, indicating that the network becomes increasingly lattice-like. The SWP decreases slightly but remains above the reference value. In Supplemental Table II, we provide all parameters of the generated networks.

FIGURE 5.

Increasing volume from 1 (2.7 × 107 μm3) to 10 (2.7 × 108 μm3). (A) Average shortest path length and average degree. (B) Small-world metrics σ and ω. Error bars indicate range of values found for 50 independent simulations per volume size.

FIGURE 5.

Increasing volume from 1 (2.7 × 107 μm3) to 10 (2.7 × 108 μm3). (A) Average shortest path length and average degree. (B) Small-world metrics σ and ω. Error bars indicate range of values found for 50 independent simulations per volume size.

Close modal

The average shortest path length of the observed networks increases much faster than the shortest path length of an equivalent random network (LR), whereas the clustering coefficients of the networks converge to the values C’ = 0.38, CL = 0.71, and CR = 0.0001 (Supplemental Table II). Thus, when the network becomes infinitely large, Eq. 2 for ω reveals that LRĹ → 0, and hence that ω → C'CL0.53, remaining on the edge of the range in which networks are classified as small world.

Next, we examined the average shortest path length of the generated networks. As lymphocytes follow the edges of the FRC network to migrate through the lymph node (27), the average shortest path length gives insight into the distance lymphocytes need to travel to traverse the network. Average shortest paths were measured in generated FRC networks for various network sizes and compared with random and lattice networks with an equal number of nodes and edges and with complete networks with an equal amount of nodes that were fully interconnected. Both topological and physical average shortest path lengths were studied by measuring geodesic (topological) distance (Fig. 6A) and Euclidean distance (Fig. 6B), respectively.

FIGURE 6.

Physical and topological shortest path length comparison. (A) Topological average shortest path length (geodesic distance) of the generated FRC networks, lattice networks of equal size and dimension, and equivalent random networks. (B) Physical average shortest path length (Euclidean distance) of the generated FRC networks, lattice networks, equivalent random networks, and equivalent complete networks. d indicates the effect size between groups (Cohen d, i.e., the difference between the means weighted by the SD). The lattice networks that we use are 8 regular 13 × 14 (n = 182, e = 649), 18 regular 12 × 12 × 12 (n = 1728, e = 13,464), and 18 regular 26 × 26 × 26 (n = 17,576, e = 148,200), which correspond to the FRC slice (n = 176, e = 182), cube volume 1 (n = 1760, e = 14,450), and cube volume 10 (n = 17,600, e = 159,632), respectively. The lattice networks do not have wrapped boundary conditions. Network sizes are 1 × 1 × 0.1, 1 × 1 × 1, and 103 × 103 × 103 for slice, cube volume 1, and cube volume 10, respectively. Results are based on 50 independent simulations for each size and network type.

FIGURE 6.

Physical and topological shortest path length comparison. (A) Topological average shortest path length (geodesic distance) of the generated FRC networks, lattice networks of equal size and dimension, and equivalent random networks. (B) Physical average shortest path length (Euclidean distance) of the generated FRC networks, lattice networks, equivalent random networks, and equivalent complete networks. d indicates the effect size between groups (Cohen d, i.e., the difference between the means weighted by the SD). The lattice networks that we use are 8 regular 13 × 14 (n = 182, e = 649), 18 regular 12 × 12 × 12 (n = 1728, e = 13,464), and 18 regular 26 × 26 × 26 (n = 17,576, e = 148,200), which correspond to the FRC slice (n = 176, e = 182), cube volume 1 (n = 1760, e = 14,450), and cube volume 10 (n = 17,600, e = 159,632), respectively. The lattice networks do not have wrapped boundary conditions. Network sizes are 1 × 1 × 0.1, 1 × 1 × 1, and 103 × 103 × 103 for slice, cube volume 1, and cube volume 10, respectively. Results are based on 50 independent simulations for each size and network type.

Close modal

FRC networks were found to have a higher topological average shortest path length than equivalent random networks, indicating that on average, more nodes need to be traversed in the FRC network to reach another node. This is caused by the fact it is more difficult (or even impossible) to form long connections in the simulated FRC networks, requiring more connections to connect nodes that are physically far apart. The topological average shortest path length of the FRC networks increases strongly as network size increases.

However, the physical average shortest path length is found to be much shorter in the FRC networks than random networks, indicating that the path taken in the FRC network is much closer to a straight line. In fact, the physical average shortest path length of the FRC network only slightly exceeds the path length in an equivalent complete network for all network sizes (Fig. 6B). This shows that the structure of the FRC network allows for paths between nodes that are nearly as short as possible while requiring only a fraction of the connections. These relatively straight paths are likely the result of the lattice-like properties of the FRC networks.

The original definition of small-world networks requires the average shortest path length to grow proportionally to the natural logarithm of the number of nodes in the network (20). Plotting the average path length of the increasingly large simulated FRC networks against the natural logarithm of the number of nodes shows that the growth of the average shortest path length exceeds this logarithmic proportionality (Fig. 7A). Instead, it grows proportional to the cube root of the number of nodes in the network (Fig. 7B), as one would expect for a 3D lattice.

FIGURE 7.

Growth of the average topological shortest path length of simulated FRC networks and equivalent random networks. (A) Average shortest path length against the natural logarithm of the number of nodes, n. (B) Average shortest path length against the cube root of the number of nodes, n. Figure shows the growth of the average shortest path length in a simulated FRC cube with volume 1 (n = 1760) to an FRC cube with volume 10 (n = 17,600). The straight dotted line is a continuation of the line connecting the smallest two networks (n = 1760 and n = 3520).

FIGURE 7.

Growth of the average topological shortest path length of simulated FRC networks and equivalent random networks. (A) Average shortest path length against the natural logarithm of the number of nodes, n. (B) Average shortest path length against the cube root of the number of nodes, n. Figure shows the growth of the average shortest path length in a simulated FRC cube with volume 1 (n = 1760) to an FRC cube with volume 10 (n = 17,600). The straight dotted line is a continuation of the line connecting the smallest two networks (n = 1760 and n = 3520).

Close modal

As the size of the FRC network is increased, its properties become increasingly lattice-like. The average shortest path length increases quickly because of the maximum length threshold, whereas the high clustering coefficient is retained. For an infinite network size, ω converges to −0.53, which is on the border of being small world. These observations raise the question of whether the used small-world metrics adequately describe the small worldness of the network. We therefore compared the clustering coefficients and average shortest path lengths of the FRC networks to those of regular lattice networks of the same dimension and size (Fig. 8A).

FIGURE 8.

Comparison of FRC networks to corresponding lattices. (A) Average clustering coefficient and average shortest path lengths. (B) σ and ω values, with the red line indicating the small-world threshold. The lattice networks used are the same as in Fig. 6. Dashed lines connect the different sizes of each type of network.

FIGURE 8.

Comparison of FRC networks to corresponding lattices. (A) Average clustering coefficient and average shortest path lengths. (B) σ and ω values, with the red line indicating the small-world threshold. The lattice networks used are the same as in Fig. 6. Dashed lines connect the different sizes of each type of network.

Close modal

The properties of the FRC networks resemble those of lattice networks, with equal size and dimensions for all sizes. This indicates that the FRC network can approximately be described as a 3D lattice, rather than having a specific small-world structure. Indeed, the small-world metrics for these lattice networks fall within the range that indicates small worldness (σ > 1, −0.5 < ω < 0.5), showing that a lattice-like structure is sufficient to be classified as small world according to σ and ω (Fig. 8B).

The SWP values of the two-dimensional lattice, the 3D lattice of volume 1, and the 3D lattice of volume 10 are 0.51, 0.60, and 0.58, respectively. Each of these values is slightly lower than the values of their corresponding FRC networks, which are 0.76, 0.69, and 0.67. This indicates that the SWP is better at distinguishing the FRC networks from the lattice networks than σ and ω.

We studied topological properties of general cellular networks and compared them to the FRC network, both in thin slices and networks expanded to symmetric 3D cubes. This has provided two new insights in the formation and topological properties of the FRC network.

First, results of the network simulations show that small-world properties are likely to emerge naturally in cellular networks with nearby physical connections. Various different probability functions resulted in small-world networks for a range of parameter values. This indicates that small worldness as measured by the σ and ω parameters is a robust and naturally occurring property of cellular networks whenever the cells tend to attach to each other locally. Such networks will be clustered, and hence robust to damage (10), revealing that the only evolutionary pressure required for the robustness observed by Novkovic et al. (9) is that cells form local attachment networks. Note that our analysis does not contradict the experimental findings of Novkovic et al. (9), showing that destruction of the FRC network structure leads to impairment of its function, as this interpretation only requires clustering and not necessarily a small-world network.

Second, simulation of the FRC network with accurate topological properties and its subsequent expansion to 3D networks showed a significant increase in small worldness according to σ and ω and a doubling of the average degree in the network. Increasing the network size further resulted in higher lattice likeness of the network and a slight increase in average degree. This indicates that not all network properties are correctly inferred from thin slices. The FRC network is a 3D structure in the lymph node, reaching up to several millimeters in diameter (3). Calculating network properties from a thin slice of the network is expected to underestimate the average degree in the network and provide inaccurate topological properties.

The observation that small-world properties emerge naturally and persist even for larger network sizes raises questions on the accuracy of the σ and ω metrics. Expansion of the network size showed that small worldness was conserved in larger networks, and values for σ and ω were found to remain in the small-world range even when the network became very large. However, the average path length of the simulated FRC networks grows much faster than that of equivalent random networks. Because of the presence of a maximal connection length, the average path length of the FRC network is proportional to the cube root of the number of nodes, rather than having the logarithmic proportionality that would be expected in a “true” small-world network (Fig. 7). As the network size increases and the average shortest path length becomes much larger than that of a random network, ω is reduced to a ratio of the clustering coefficients of the FRC network and its equivalent one-dimensional ring lattice network. The average clustering coefficient of a network is a local property of the nodes in the network and converges as the network size is increased. The FRC network is sufficiently clustered that the ratio of the clustering coefficients only passes the threshold of no longer being small world for very large network sizes. In the original definition by Watts and Strogatz (20), small worldness requires the path length to be similar to that of an equivalent random network. This is clearly not the case for the large FRC network and illustrates that the small-world metrics σ and ω are not always accurately assessing small worldness. The SWP was better at distinguishing the FRC networks from similar lattice networks but also classified the simulated FRC networks as small world.

Comparing simulated FRC networks with lattice networks of equal size and dimension shows a close resemblance between the types of networks, both in network measures as well as small-world metrics. Therefore, it seems likely that the observed small-world metrics are not the result of a specific small-world structure present in the FRC network but are rather because of its lattice-like structure, which happens to fall within the small-world range of the σ and ω metrics. This could indicate that the observed small-world topology does not play an important role in the functioning of the FRC network. Lymphocytes are known to follow the FRC network during migration (27, 28). Because the simulated networks and measured networks have a very similar topology, they should support very similar lymphocyte migration patterns with relatively small physical shortest path lengths that are caused by the lattice-like properties. Thus, FRC networks may have small-world properties just because they are formed by preferential attachment to nearby neighbors.

We thank Dr. Mario Novkovic for sharing data on the length of the edges and the number of edges per FRC.

This work was supported by the Dutch Cancer Society–Alpe d’HuZes Fund (Project 10620; to J.T.).

The online version of this article contains supplemental material.

Abbreviations used in this article:

3D

three-dimensional

FRC

fibroblastic reticular cell

SWP

small-world propensity.

1
Kaldjian
,
E. P.
,
J. E.
Gretz
,
A. O.
Anderson
,
Y.
Shi
,
S.
Shaw
.
2001
.
Spatial and molecular organization of lymph node T cell cortex: a labyrinthine cavity bounded by an epithelium-like monolayer of fibroblastic reticular cells anchored to basement membrane-like extracellular matrix.
Int. Immunol.
13
:
1243
1253
.
2
Alvarenga
,
H. G.
,
L.
Marti
.
2014
.
Multifunctional roles of reticular fibroblastic cells: more than meets the eye?
J. Immunol. Res.
2014
:
402038
.
3
Katakai
,
T.
,
T.
Hara
,
M.
Sugai
,
H.
Gonda
,
A.
Shimizu
.
2004
.
Lymph node fibroblastic reticular cells construct the stromal reticulum via contact with lymphocytes.
J. Exp. Med.
200
:
783
795
.
4
Bajénoff
,
M.
,
J. G.
Egen
,
H.
Qi
,
A. Y. C.
Huang
,
F.
Castellino
,
R. N.
Germain
.
2007
.
Highways, byways and breadcrumbs: directing lymphocyte traffic in the lymph node.
Trends Immunol.
28
:
346
352
.
5
Brown
,
F. D.
,
S. J.
Turley
.
2015
.
Fibroblastic reticular cells: organization and regulation of the T lymphocyte life cycle.
J. Immunol.
194
:
1389
1394
.
6
Textor
,
J.
,
J. N.
Mandl
,
R. J.
de Boer
.
2016
.
The reticular cell network: a robust backbone for immune responses.
PLoS Biol.
14
:
e2000827
.
7
Miller
,
M. J.
,
S. H.
Wei
,
I.
Parker
,
M. D.
Cahalan
.
2002
.
Two-photon imaging of lymphocyte motility and antigen response in intact lymph node.
Science
296
:
1869
1873
.
8
Acton
,
S. E.
,
A. J.
Farrugia
,
J. L.
Astarita
,
D.
Mourão-Sá
,
R. P.
Jenkins
,
E.
Nye
,
S.
Hooper
,
J.
van Blijswijk
,
N. C.
Rogers
,
K. J.
Snelgrove
, et al
.
2014
.
Dendritic cells control fibroblastic reticular network tension and lymph node expansion.
Nature
514
:
498
502
.
9
Novkovic
,
M.
,
L.
Onder
,
J.
Cupovic
,
J.
Abe
,
D.
Bomze
,
V.
Cremasco
,
E.
Scandella
,
J. V.
Stein
,
G.
Bocharov
,
S. J.
Turley
,
B.
Ludewig
.
2016
.
Topological small-world organization of the fibroblastic reticular cell network determines lymph node functionality.
PLoS Biol.
14
:
e1002515
.
10
Li
,
Y.
,
Y.
Shang
,
Y.
Yang
.
2017
.
Clustering coefficients of large networks.
Inf. Sci.
382–383
:
350
358
.
11
Barabási
,
A.-L.
,
R.
Albert
.
1999
.
Emergence of scaling in random networks.
Science
286
:
509
512
.
12
Cohen
,
R.
,
K.
Erez
,
D.
ben-Avraham
,
S.
Havlin
.
2000
.
Resilience of the internet to random breakdowns.
Phys. Rev. Lett.
85
:
4626
4628
.
13
van Noort
,
V.
,
B.
Snel
,
M. A.
Huynen
.
2004
.
The yeast coexpression network has a small-world, scale-free architecture and can be explained by a simple model.
EMBO Rep.
5
:
280
284
.
14
Wagner
,
A.
,
D. A.
Fell
.
2001
.
The small world inside large metabolic networks.
Proc. Biol. Sci.
268
:
1803
1810
.
15
Sen
,
P.
,
S.
Dasgupta
,
A.
Chatterjee
,
P. A.
Sreeram
,
G.
Mukherjee
,
S. S.
Manna
.
2003
.
Small-world properties of the Indian railway network.
Phys. Rev. E Stat. Nonlin. Soft Matter Phys.
67
:
036106
.
16
Guimerá
,
R.
,
L. N.
Amaral
.
2004
.
Modeling the world-wide airport network.
Eur. Phys. J. B
38
:
381
385
.
17
Comellas
,
F.
,
J.
Ozón
,
J. G.
Peters
.
2000
.
Deterministic small-world communication networks.
Inf. Process. Lett.
76
:
83
90
.
18
Ozik
,
J.
,
B. R.
Hunt
,
E.
Ott
.
2004
.
Growing networks with geographical attachment preference: emergence of small worlds.
Phys. Rev. E Stat. Nonlin. Soft Matter Phys.
69
:
026108
.
19
Masuda
,
N.
,
H.
Miwa
,
N.
Konno
.
2005
.
Geographical threshold graphs with small-world and scale-free properties.
Phys. Rev. E Stat. Nonlin. Soft Matter Phys.
71
(
3 Pt 2A
):
036108
.
20
Watts
,
D. J.
,
S. H.
Strogatz
.
1998
.
Collective dynamics of ‘small-world’ networks.
Nature
393
:
440
442
.
21
Klemm
,
K.
,
V. M.
Eguíluz
.
2002
.
Growing scale-free networks with small-world behavior.
Phys. Rev. E Stat. Nonlin. Soft Matter Phys.
65
:
057102
.
22
Zhang
,
Z.
,
L.
Rong
,
C.
Guo
.
2006
.
A deterministic small-world network created by edge iterations.
Phys. Stat. Mech. Its Appl.
363
:
567
572
.
23
Humphries
,
M. D.
,
K.
Gurney
,
T. J.
Prescott
.
2006
.
The brainstem reticular formation is a small-world, not scale-free, network.
Proc. Biol. Sci.
273
:
503
511
.
24
Humphries
,
M. D.
,
K.
Gurney
.
2008
.
Network ‘small-world-ness’: a quantitative method for determining canonical network equivalence.
PLoS One
3
:
e0002051
.
25
Telesford
,
Q. K.
,
K. E.
Joyce
,
S.
Hayasaka
,
J. H.
Burdette
,
P. J.
Laurienti
.
2011
.
The ubiquity of small-world networks.
Brain Connect.
1
:
367
375
.
26
Muldoon
,
S. F.
,
E. W.
Bridgeford
,
D. S.
Bassett
.
2016
.
Small-world propensity and weighted brain networks.
Sci. Rep.
6
:
22057
.
27
Bajénoff
,
M.
,
J. G.
Egen
,
L. Y.
Koo
,
J. P.
Laugier
,
F.
Brau
,
N.
Glaichenhaus
,
R. N.
Germain
.
2006
.
Stromal cell networks regulate lymphocyte entry, migration, and territoriality in lymph nodes.
Immunity
25
:
989
1001
.
28
Munoz
,
M. A.
,
M.
Biro
,
W.
Weninger
.
2014
.
T cell migration in intact lymph nodes in vivo.
Curr. Opin. Cell Biol.
30
:
17
24
.

The authors have no financial conflicts of interest.

Supplementary data