AmelieSchreiber commited on
Commit
f0397ef
1 Parent(s): 95d6e92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ This dataset is obtained from a [UniProt search](https://www.uniprot.org/uniprotkb?facets=proteins_with%3A9%2Cannotation_score%3A4&fields=accession%2Cprotein_families%2Cft_binding%2Cft_act_site%2Csequence%2Ccc_similarity&query=%28ft_binding%3A*%29+AND+%28family%3A*%29&view=table)
6
+ for protein sequences with family and binding site annotations. The dataset includes unreviewed (TrEMBL) protein sequences as well as
7
+ reviewed sequences. We refined the dataset by only including sequences with an annotation score of 4. We sorted and split by family, where
8
+ random families were selected for the test dataset until approximately 20% of the protein sequences were separated out for test data.
9
+ We excluded any sequences with `<`, `>`, or `?` in the binding site annotations. We furthermore included any active sites that were not
10
+ listed as binding sites in the labels. We split any sequence longer than 1000 residues into non-overlapping sections of 1000 amino acids or
11
+ less after the train test split.