Hello,
This is my first time using qiime.
I have full-length 16s metagenomics data sequence using MinION Mk1B.
I have imported the single-end sequence to qiime:
qiime tools import
--type 'SampleData[SequencesWithQuality]'
--input-path manifest_16s_dip_rh.tsv
--output-path single-end-demux.qza
--input-format SingleEndFastqManifestPhred33V2
Currently I am in the process of denoising using DADA2
qiime dada2 denoise-single
--i-demultiplexed-seqs single-end-demux.qza
--p-trim-left 0
--p-trunc-len 0
--o-representative-sequences rep-seqs-dada2.qza
--o-table table-dada2.qza
--o-denoising-stats stats-dada2.qza
Is there any best practice to import nanopore reads and and denoise it using DADA2?
Also how do I produce ASV table from nanopore reads in Qiime
Thanks