From my reps-seqs file generated after DADA2 , I can see that I have host DNA in addition to the bacterial DNA. The region that I have amplified is V4-V6 region.
rep-seqsPE.qzv (269.2 KB)
I still proceeded with the subsequent steps of taxonomic analysis using SILVA 132, where I had trained it acc. to my primer region. In the end, I generate a taxonomy table having almost all of them as either unassigned or as D_0__Bacteria. I did this because I assumed that I could filter out the unwanted sequences using the qiime taxa filter-seqs & qiime taxa filter-table.
When I use the command (below) to filter out the unwanted taxa both in my reps-seqs and taxanomy table :
Command 1
qiime taxa filter-seqs
--i-sequences /test/rep-seqsPE.qza
--i-taxonomy /test/testsilva_97_v4-v6_taxonomy.qza
--p-exclude archaea,eukaryota,mitochondria,chloroplast,Unassigned,
--o-filtered-sequences /test/rep-seqs-bac.qza
For command 1 I get: Plugin error from taxa:
All features were filtered, resulting in an empty collection of feature sequences.
Command 2
qiime taxa filter-table
--i-table /test/tablePE.qza
--i-taxonomy /test/testsilva_97_v4-v6_taxonomy.qza
--p-exclude archaea,eukaryota,mitochondria,chloroplast,Unassigned
--o-filtered-table /test/table-bac.qza
However, for the command 2 I generate a table that looks like:
Command for visualizing : qiime metadata tabulate
--m-input-file /data/p281301/test/table-bac.qza
--o-visualization /data/p281301/test/table-bac.qzv
The taxonomy table I generate, consists of unassigned and bacteria. But in the reps-seqs file, when I was directed to the ncbi database, I did spot few bacterial genera (and species):this does not reflect in the taxonomy table. For example, ncbi database shows E.coli (lets say) as a result, so correspondingly I should get the taxa until genus level and not just the domain d_0_bacteria. Where am I going wrong? From my reps-seqs file generated after DADA2 , I can see that I have host DNA in addition to the bacterial DNA. The region that I have amplified is V4-V6 region.
rep-seqsPE.qzv (269.2 KB)
I still proceeded with the subsequent steps of taxonomic analysis using SILVA 132, where I had trained it acc. to my primer region. In the end, I generate a taxonomy table having almost all of them as either unassigned or as D_0__Bacteria. I did this because I assumed that I could filter out the unwanted sequences using the qiime taxa filter-seqs & qiime taxa filter-table.
When I use the command (below) to filter out the unwanted taxa both in my reps-seqs and taxanomy table :
Command 1
qiime taxa filter-seqs
--i-sequences /test/rep-seqsPE.qza
--i-taxonomy /test/testsilva_97_v4-v6_taxonomy.qza
--p-exclude archaea,eukaryota,mitochondria,chloroplast,Unassigned,
--o-filtered-sequences /test/rep-seqs-bac.qza
For command 1 I get: Plugin error from taxa:
All features were filtered, resulting in an empty collection of feature sequences.
Command 2
qiime taxa filter-table
--i-table /test/tablePE.qza
--i-taxonomy /test/testsilva_97_v4-v6_taxonomy.qza
--p-exclude archaea,eukaryota,mitochondria,chloroplast,Unassigned
--o-filtered-table /test/table-bac.qza
However, for the command 2 I generate a table that looks like:
Command for visualizing : qiime metadata tabulate
--m-input-file /data/p281301/test/table-bac.qza
--o-visualization /data/p281301/test/table-bac.qzv
The taxonomy table I generate, consists of unassigned and bacteria. But in the reps-seqs file, when I was directed to the ncbi database, I did spot few bacterial genera (and species):this does not reflect in the taxonomy table. Where am I going wrong?
i have already looked at here, here, here, here. .