EvaKlimentova commited on
Commit
1c210cd
·
verified ·
1 Parent(s): eefbf0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -2064,4 +2064,17 @@ dataset_info:
2064
  download_size: 151947227
2065
  dataset_size: 128590756
2066
  ---
2067
- # Dataset of proteins created by diffusion models
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2064
  download_size: 151947227
2065
  dataset_size: 128590756
2066
  ---
2067
+ # Dataset of knotted and unknotted proteins created by diffusion models
2068
+
2069
+ This dataset supports **Unveiling the Entangled Landscape of Artificial Knotted Proteins** ICLR poster and related [GitHub repo](https://github.com/ML-Bioinfo-CEITEC/ArtificialKnottedProteinsPaper).
2070
+
2071
+ The dataset contains a mixture of proteins generated by RFdiffusion+pMPNN, EvoDiff and a fraction of real proteins. For each of the three, the dataset contains 1k of knotted proteins and 4k of unknotted proteins.
2072
+
2073
+ Each protein has:
2074
+ - sequence
2075
+ - label with either 0 (unknotted protein) or 1 (knotted one)
2076
+ - tool meaning one of the three approaches of getting the protein (RFdiffusion+pMPNN / EvoDiff / real protein)
2077
+ - 1024 numbers being ProtBERT-BFD (protein language model) embeddings, which were used further in our paper
2078
+
2079
+ Predicted structures of the artificially generated proteins can be found at https://drive.google.com/file/d/1lxB7vmXkCrgbE2DrVkCi0cdFOkaQNF79/view?usp=sharing
2080
+