Dear,
I’m currently trying to understand the process of building and using a classifier, but I haven’t been able to find clear answers in the tutorials or forums.
To make things clearer, I’ll briefly describe our project:
We aim to analyze the microbiome of piglets at different stages: at weaning (4 weeks), post-weaning (8 weeks), and adulthood (6 months).
I already trained a classifier with files from the greengenes release (2022) for a previous experiment (But I'm not sure I used the best way!). Based on this, I wanted to prepare a new classifier using the following files from the Greengenes2 (2024) release: 2024.09.seqs.fna.qza
and 2024.09.taxonomy.id.tsv.qza
. With this classifier, I will be able to assign taxonomy to my data.
Here are my questions:
- From this point, is it possible to train a new classifier using my own sequences and taxonomy files, based on the taxonomy already assigned?
- Would it be better to create separate classifiers for each piglet age group (e.g., one for young piglets and another for adults), or is a single classifier sufficient for all age groups?
Thank you in advance for your help.