I'm attempting to repeat a computational experiment performed in: Ron Milo, et al., Superfamilies of Evolved and Designed Network, Science 303, 1538 (2004). Among other experiments, they look for network motifs in protein structures.
According to their paper, their protein networks were generated from protein data from the Protein Data Bank (e.g. 1A4J). The nodes of the network are the alpha helices and beta strands, and an undirected edge is added between pairs of nodes whenever their distance is less than 10 angstroms.
Question: How can I (easily) determine when two of these components are separated by 10 angstroms (without re-inventing the wheel)? In particular, is there a software package that would allow me readily to deduce this network?