Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AspirinCode authored May 29, 2024
1 parent 4a8ac27 commit 2066bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ $d(p,q)=\sqrt{\sum_{i=1}^n(p_i-q_i)^2}$


protein contact map represents the distance between all possible amino acid residue pairs of a three-dimensional protein structure using a binary two-dimensional matrix. For two residues
$𝑖{\displaystyle i}$ and 𝑗{\displaystyle j}, the 𝑖𝑗{\displaystyle ij} element of the matrix is 1 if the two residues are closer than a predetermined threshold, and 0 otherwise.
${\displaystyle i}$ and ${\displaystyle j}$, the ${\displaystyle ij}$ element of the matrix is 1 if the two residues are closer than a predetermined threshold, and 0 otherwise.

0 comments on commit 2066bfa

Please sign in to comment.