Ahmed Moustafa commited on
Commit
14ad1fa
·
1 Parent(s): d916ad3

Added more details

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -60,9 +60,13 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
60
 
61
  ### Modifications
62
 
63
- This modified version (gg_2024_09) was created by the Systems Genomics Lab for use with DeepTaxa. The Greengenes database, downloaded from https://ftp.microbio.me/greengenes_release/2022.10/, was processed as follows:
64
  1. The original dataset, containing 23,450,269 sequences, was downloaded.
65
- 2. Missing taxonomic classifications were filled with "Unclassified."
 
 
 
 
66
  3. Sequences were filtered to retain only those with at least 300 nucleotides, resulting in 354,023 sequences.
67
  4. Sequence IDs were extracted, and the taxonomy table was filtered to match these IDs, yielding 346,671 entries (7,352 IDs not found were noted).
68
  5. A clean ID list was generated from the filtered taxonomy table (346,671 IDs).
 
60
 
61
  ### Modifications
62
 
63
+ This modified version (gg_2024_09) was created by [the Systems Genomics Lab](https://github.com/systems-genomics-lab) for use with DeepTaxa. The Greengenes database, downloaded from https://ftp.microbio.me/greengenes_release/2022.10/, was processed as follows:
64
  1. The original dataset, containing 23,450,269 sequences, was downloaded.
65
+ 2. Missing taxonomic classifications were filled with "Unclassified" or derived labels. For each sequence, the taxonomy table's ranks (e.g., kingdom, phylum, class) were processed sequentially. If a rank was empty or contained only whitespace:
66
+ - If no prior rank had a valid value, the field was left empty.
67
+ - If the previous rank's value included "Unclassified," that value was copied to the current rank.
68
+ - Otherwise, the field was set to "Unclassified_" followed by the previous rank's value (e.g., "Unclassified_Proteobacteria" for a missing class after phylum "Proteobacteria").
69
+ This ensured hierarchical consistency in the taxonomy labels.
70
  3. Sequences were filtered to retain only those with at least 300 nucleotides, resulting in 354,023 sequences.
71
  4. Sequence IDs were extracted, and the taxonomy table was filtered to match these IDs, yielding 346,671 entries (7,352 IDs not found were noted).
72
  5. A clean ID list was generated from the filtered taxonomy table (346,671 IDs).