Patiskey commited on
Commit
6edc002
·
verified ·
1 Parent(s): d0ef9fa

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Dataset Summary
2
+
3
+ Contact map prediction aims to determine whether two residues, $i$ and $j$, are in contact or not, based on their distance with a certain threshold ($<$8 Angstrom). This task is an important part of the early Alphafold version for structural prediction.
4
+
5
+ Data Fields
6
+
7
+ seq: a string containing the protein sequence
8
+
9
+ label: a string containing the contact label of each residue pair.
10
+
11
+ Original Dataset Name: biomap-research/contact_prediction_binary
12
+
13
+ Original Author / Organization: Biomap
14
+
15
+ Original URL: https://huggingface.co/datasets/biomap-research/contact_prediction_binary
16
+
17
+ Original License: Apache License 2.0
18
+
19
+ No changes were made to the data except for the column name.
20
+ All credit and rights belong to the original authors.