Update README.md
Browse files
README.md
CHANGED
@@ -35,13 +35,12 @@ configs:
|
|
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 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
Stratified split: first get test set (5,000), then eval (5,000), rest is train
|
|
|
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 |
+
- Filtered for sequence length >=20 and <=2048
|
39 |
+
- Extract Taxonomic IDs (domain, kingdom, phylum, class, order, family, genus, species) from taxonomic_lineage_ids column
|
40 |
+
- Keep entry, genus, and sequence information
|
41 |
+
- Drop N/A
|
42 |
+
- CD-HIT using Docker at 80% similarity threshold and n=5
|
43 |
+
- Keep representative sequences
|
44 |
+
- Create labels based on spcecies
|
45 |
+
- Remove genuses/examples with fewer than 100 samples
|
46 |
+
- Stratified split: first get test set (5,000), then eval (5,000), rest is train
|
|