Interpreting Silva Bacterial Taxonomy (Incertae Sedis)

HI @areaume,

Depending on the version of the QIIME 2 formatted SILVA database you are using... Other than enabling --p-rank-propagation by default, and possibly the --p-include-species-labels we do not edit the SILVA taxonomy. Please see the "Species-labels: caveat emptor!" menu in the tutorial.

So the Incertae sedis rank label will appear in whatever rank that the SILVA curators decide to place it. You can make use of RESCRIPt's edit-taxonomy, to modify the taxonomy as you see fit.

This is the default as outlined in the SILVA tutorial, under the expandable menu labeled "Rank-Propagation". You can disable this if you decide to construct the database yourself. More on this later...

Hard to say, as Candidatus has a different meaning than Incertae sedis. The former usually meaning that the taxonomic designation is somewhat supported but lacking more details about the biology of the organism (currently uncultivable, etc), where as the later literally means that the broader phylogenetic and taxonomic placement is currently uncertain. But I leave it to proper taxonomists in the forum to provide more insight here. :teacher:

Also, SILVA released version 138.2 which can be downloaded with the current github version of RESCRIPt. They've updated to the most recent taxonomy, e.g. Firmicutes are now Bacillota. You can install as follows:

conda activate qiime2-amplicon-2024.5
pip install git+https://github.com/bokulich-lab/RESCRIPt.git
qiime dev refresh-cache

Then you can use the SILVA tutorial as a guide as to how you'd like to construct your SILVA reference database. Keep in mind the tutorial is simply providing examples as to what you can do, feel free to modify as you see fit. :building_construction:

-Hope this helps! :slight_smile:

5 Likes