CoolFace
Datasetpublic

AI4Protein/contact_prediction_binary

Dataset Summary 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. Data Fields seq: a string containing the protein sequence label: a string containing the contact label of each residue pair. Original Dataset Name: biomap-research/contact_prediction_binary Original Author / Organization: Biomap… See the full description on the dataset page: https://huggingface.co/datasets/AI4Protein/contact_prediction_binary.

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes23downloads
README.md28 linesDownload Raw Back to root
1---2license: apache-2.03task_categories:4- text-classification5tags:6- biology7- chemistry8---9Dataset Summary10 11Contact 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.12 13Data Fields14 15seq: a string containing the protein sequence16 17label: a string containing the contact label of each residue pair.18 19Original Dataset Name: biomap-research/contact_prediction_binary20 21Original Author / Organization: Biomap 22 23Original URL: https://huggingface.co/datasets/biomap-research/contact_prediction_binary24 25Original License: Apache License 2.026 27No changes were made to the data except for the column name.28All credit and rights belong to the original authors.