Hi I am new to qiime2. I have a fastq file generated from nanopore sequencing of around 42 MB. I want to analyse the sequences of that file. What programs can I use. The file is already with barcode.
Hello Renuka,
It looks like Qiime 2 did not support this kind of data last year, but maybe it does now!
Let’s see what the developers recommend!
Colin
Hi @RENUKA! @colinbrislawn is correct: we don’t have direct/official support for nanopore sequence data and it isn’t something we’ve explored yet. If you want to experiment with these data in QIIME 2, here’s what I’d recommend:
-
Since your FASTQ file(s) are multiplexed with barcodes in the sequences, demultiplex them following the instructions in the q2-cutadapt Community Tutorial.
-
Perform some quality filtering on the demultiplexed sequences using
q2-quality-filter
. -
Dereplicate the sequences and cluster them into OTUs following the instructions in the q2-vsearch OTU picking Community Tutorial.
-
Optionally perform chimera filtering following the instructions in the chimera filtering tutorial.
Note: DADA2 is currently not suitable for nanopore data. I’m unsure whether Deblur is appropriate for these data. @wasade or @antgonza, what are your recommendations for Deblurring nanopore data?
@RENUKA, if you haven’t already, I highly recommend working through the Getting Started guide and the Moving Pictures tutorial to gain familiarity with QIIME 2.
Hi @jairideout,
Deblur has only been tested on Illumina data. I don’t know enough about the generation of amplicons with nanopore to have an intuition about the use of Deblur here, unfortunately.
Best,
Daniel
My data is demultiplexed. I only have amplicon reads and now is it possible to use qiime2 for further processing. I have both fastq as well as fasta files.
Hi @RENUKA, I would recommend sticking with the steps outlined above by @jairideout, although it sounds like you can skip #1 if your reads are already demultiplexed (as in, you have on file per sample for single-end or two files per sample for paired-end, I am unfamiliar with nanopore, so I am not sure if that technology only produces one or the other). Besides those steps listed, @jairideout’s suggestion of looking at the Getting Started guide and the Moving Pictures tutorial should also help get you moving in the right direction. Please keep us posted!
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.