After qiime2 denoise my samples, some are gone
0
0
Entering edit mode
5.7 years ago
pple2202 • 0

Hi, all!!

while I'm struggling to do beta diversity, I found that there is a problem on my table after denoise with DADA2. I double checked my manifest file and metadata file, I reassure that there are 9samples in total in both of them with exact information and file path. But after denoise-single, 3 of them are gone. Only 6 samples remain in table after dada2 denoise and 3 are gone. Below is my code for denoise.

qiime dada2 denoise-single --i-demultiplexed-seqs demux.qza --p-trim-left 0 --p-trunc-len 550 --o-representative-sequences rep-seqs-dada2.qza --o-table table-dada2.qza --o-denoising-stats stats-dada2.qza --verbose

I need help :( thank you

qiime2 denoise sample • 2.8k views
ADD COMMENT
0
Entering edit mode

Plus:

I also tried denoise with deblur, it shows only 2 samples, 7 samples are gone. I totally have no idea what is wrong :(

Below is deblur code I input.

qiime quality-filter q-score --i-demux demux.qza --o-filtered-sequences demux-filtered.qza --o-filter-stats demux-filter-stats.qza qiime deblur denoise-16S --i-demux.qza --p-trim-length 550 --o-representative-sequences rep-seqs-deblur.qza --o-table table-deblur.qza --p-sample-stats --o-stats deblur-stats.qza

Please HELP

ADD REPLY

Login before adding your answer.

Traffic: 2473 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6