distances : np.ndarray, shape=(n_frames, n_pairs), dtype=np.float32
Distances for each residue-residue contact in each frame
of the trajectory
residue_pairs : np.ndarray, shape=(n_pairs, 2), dtype=int
Each row of this return value gives the indices of the residues
involved in the contact. This argument mirrors the contacts input
parameter. When all is specified as input, this return value
gives the actual residue pairs resolved from all. Furthermore,
when scheme==’ca’, any contact pair suplied as input corresponding
to a residue without an alpha carbon (e.g. HOH) is ignored from the
input contacts list, meanings that the indexing of the
output distances may not match up with the indexing of the input
contacts. But the indexing of distance will match up with
the indexing of residue_pairs
|