tamarpeleg commited on
Commit
d81b7a7
·
verified ·
1 Parent(s): 0b27268

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -31,3 +31,17 @@ configs:
31
  - split: test
32
  path: data/test-*
33
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  - split: test
32
  path: data/test-*
33
  ---
34
+
35
+ UniProt search (7/22/2025): * (Swiss-Prot reviewed entries only) download TSV with Taxonomic lineage (Ids), sequence, and length.
36
+
37
+ Curation steps:
38
+
39
+ Filtered for sequence length >=20 and <=2048
40
+ Extract Taxonomic IDs (domain, kingdom, phylum, class, order, family, genus, species) from taxonomic_lineage_ids column
41
+ Keep entry, genus, and sequence information
42
+ Drop N/A
43
+ CD-HIT using Docker at 80% similarity threshold and n=5
44
+ Keep representative sequences
45
+ Create labels based on spcecies
46
+ Remove genuses/examples with fewer than 100 samples
47
+ Stratified split: first get test set (5,000), then eval (5,000), rest is train