Given some existing coupling scores, a new CouplingContainer will be created with data augmented with info derived from this PDB.
A collection of coupling scores to be augmented.
How to calculate the distance between two residues.
A CouplingContainer with contact information from both the original array and this PDB file.
Find the index of the c-alpha atom for a given residue.
Index of the residue to find the c-alpha atom for.
Index that determines if an atom is a c-alpha.
Index of the c-alpha atom with respect to the array of all of the atoms.
Helper function to find the smallest possible distance between two residues via their atoms.
Index of the first residue with respect to the array of all residues.
Index of the second residue with respect to the array of all residues.
Shortest distance between the two residues in ångströms.
Helper function to find the smallest possible distance between two residues via their atoms.
The first residue.
The second residue.
Shortest distance between the two residues in ångströms.
Helper function to determine if two BioblocksPDB arrays are equal. By default, PDB equality is determined by PDB name - this can be overridden by supplying a custom comparison function.
Creates an instance of BioblocksPDB with PDB data.
!IMPORTANT! Since fetching the data is an asynchronous action, this must be used to create a new instance!
Generated using TypeDoc
A BioblocksPDB instance provides an API to interact with a loaded PDB file while hiding the implementation details of how it is loaded.