tamarpeleg commited on
Commit
0f372d4
·
verified ·
1 Parent(s): 96d489f

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)
36
+ download TSV with Taxonomic lineage (Ids), sequence, and length.
37
+
38
+ Curation steps:
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, species, 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 species/examples with fewer than 100 samples
47
+ - Stratified split: first get test set (5,000), then eval (5,000), rest is train