From 2169b1bb987fcfa8060bab53f008bce2f11214f9 Mon Sep 17 00:00:00 2001 From: Jianmin Wang Date: Wed, 29 May 2024 15:22:54 +0900 Subject: [PATCH] Update README.md --- analysis/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/analysis/README.md b/analysis/README.md index 320e63f..021ed89 100644 --- a/analysis/README.md +++ b/analysis/README.md @@ -11,3 +11,7 @@ $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. + +### Distance Map + +protein distance map is a two-dimensional matrix, where each value represents a residue–residue distance. Its binary form is known as a contact map.