Returns inter-cluster (D)(R)NA backbone joints
clusters to use for the computation
desired length of the backbone joints
constant used for spring joints
array of joints between clusters
Creates structure clusters using the DBSCAN algorithm. Based on "DBSCAN Revisited, Revisited: Why and How You Should (Still) Use DBSCAN" (https://doi.org/10.1145/3068335)
components to include in the computation
neighbour radius (DBSCAN parameter)
minimum number of points needed for a valid cluster (DBSCAN parameter)
array of structure clusters
Creates structure clusters according to the provided filter strings.
components to include in the computation
array of filter strings where each filter will result in one cluster
Returns squared distance from one monomer to another
first monomer
second monomer
squared distance between two monomers
Returns neighbours of the given monomer within the given (squared) distance. The result also includes the source/calling monomer.
monomers to consider
calling monomer
given squared radius
Propagates transformations of each component down to its elements, i.e., the component has an identity transformation matrix after this operation while it seemingly did not move in space.
array of components to influence
Generated using TypeDoc
Class containing a collection of algorithms related to the creation of (rigid body) structure clusters