Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ Contact map prediction aims to determine whether two residues, $i$ and $j$, are
|
|
| 46 |
|
| 47 |
### Data Instances
|
| 48 |
|
| 49 |
-
For each instance, there is a string of the protein sequences, a sequence for the contact labels.
|
| 50 |
|
| 51 |
```
|
| 52 |
{'seq':'QNLLKNLAASLGRKPFVADKQGVYRLTIDKHLVMLAPHGSELVLRTPIDAPMLREGNNVNVTLLRSLMQQALAWAKRYPQTLVLDDCGQLVLEARLRLQELDTHGLQEVINKQLALLEHLIPQLTP'
|
|
@@ -62,12 +62,12 @@ The average for the `seq` and the `label` are provided below:
|
|
| 62 |
|
| 63 |
### Data Fields
|
| 64 |
|
| 65 |
-
- `seq`: a string containing the protein
|
| 66 |
- `label`: a string containing the contact label of each residue pair.
|
| 67 |
|
| 68 |
### Data Splits
|
| 69 |
|
| 70 |
-
The
|
| 71 |
|
| 72 |
| Dataset Split | Number of Instances in Split |
|
| 73 |
| ------------- | ------------------------------------------- |
|
|
|
|
| 46 |
|
| 47 |
### Data Instances
|
| 48 |
|
| 49 |
+
For each instance, there is a string of the protein sequences, a sequence for the contact labels. Each of the sub-labels "[2, 3]" indicates the 3rd residue are in contact with the 4th residue (start from index 0). See the [Contact map prediction dataset viewer](https://huggingface.co/datasets/Bo1015/contact_prediction_binary/viewer/default/test) to explore more examples.
|
| 50 |
|
| 51 |
```
|
| 52 |
{'seq':'QNLLKNLAASLGRKPFVADKQGVYRLTIDKHLVMLAPHGSELVLRTPIDAPMLREGNNVNVTLLRSLMQQALAWAKRYPQTLVLDDCGQLVLEARLRLQELDTHGLQEVINKQLALLEHLIPQLTP'
|
|
|
|
| 62 |
|
| 63 |
### Data Fields
|
| 64 |
|
| 65 |
+
- `seq`: a string containing the protein sequence
|
| 66 |
- `label`: a string containing the contact label of each residue pair.
|
| 67 |
|
| 68 |
### Data Splits
|
| 69 |
|
| 70 |
+
The contact map prediction dataset has 3 splits: _train_, _validation_, and _test_. Below are the statistics of the dataset.
|
| 71 |
|
| 72 |
| Dataset Split | Number of Instances in Split |
|
| 73 |
| ------------- | ------------------------------------------- |
|