Hello
I used Qiime to analyse previous sets of my data and it was pretty successfull.
For the sake of learning new tools, I recently started exploiting the dada2 R package to analyze a new set of data. Im trying to analyze 16s reads, assign taxonomy to them and then more importantly pull out a specific microbial species (subject of my research) and try to make inference on its diversity and abundance.
assigning taxonomy to the whole microbiome wasn't hard. Challenge came when I tried to separate my target species. I already asked in the github forum and still seeking a reply but:
- would there be an equivalent of exclude_seqs_by_blast.py that I can use directly in dada2?
-if not, do I need to convert the sequence table from dada into a biom format table, import it into QIIME and simply run exclude seqs_by blast.py (maybe will also need to implement the mapping file in such case) or do I need to repeat the whole analysis from scratch?
I would appreciate any help or advice on this matter.
Thanks a lot