Hi Ben. I am trying to summarize (visualize) the file. I had an error related to output path:
What I used:qiime demux summarize
–i-data /Users/hebahussein/Desktop/paired-end-demux.qza
\
–o-visualization /Users/hebahussein/Desktop/paired-end-demux.qzv
the error: (1/1) Missing option “–o-visualization”. ("–output-dir" may also be used)
Yes, these “” tells the command to go to the next line. You can do away with all backslashes and run it in one line. It just helps visualize the commands. Ben
so, I try to view the output file. I tried both the absolute and relative path and both got error(qiime2-2019.7) a-PC:~ hebahussein$ qiime tools view/Users/hebahussein/Desktop/paired-end-demux.qzv
Usage: qiime tools [OPTIONS] COMMAND [ARGS]…
Try “qiime tools --help” for help.
Error: No such command “view/Users/hebahussein/Desktop/paired-end-demux.qzv”.
(qiime2-2019.7) a-PC:~ hebahussein$ qiime tools view paired-end-demux.qzv
Usage: qiime tools view [OPTIONS] VISUALIZATION
Displays a QIIME 2 Visualization until the command exits. To open a QIIME
2 Visualization so it can be used after the command exits, use ‘qiime
tools extract’.
Options:
–index-extension TEXT The extension of the index file that should be
opened. [default: html]
–help Show this message and exit.
There was a problem with the command:
(1/1) Invalid value for “VISUALIZATION”: File “paired-end-demux.qzv” does not
exist.
(qiime2-2019.7) a-PC:~ hebahussein$
this is the interactive view
but still I cant download the file or interpretive the results
edit: I am not sure though if this is visualization of my data or saved on the website. i just choose interactive tab after dragging my qzv
I think there should be an option, but I think your frequency and quality graphs look good. You can proceed with DADA2 if you’re ready. As for the visualizations, I would click around the page.
On the first page, you can scroll ALL the way down to download the CSV that tells you how many sequences per sample (which is important). You can plot them using another program such as graphpad (prism).
Ben
edit: show me the sequence counts please
edit.edit: I think these may be V3-V4 16S, do you know what kind of 16S region that these were? Ben
thanks, I am trying. how to know where to trim? what is the accepted threshold? also I have paired-end so how to make sure they overlap? Finally, how long may it take to run as I read it may take 4 days? I only trying on 6 samples not all my samples.
as I understand, we put the cutoffs after trunc command. which numbers should be after the trim please?qiime dada2 denoise-paired
–i-demultiplexed-seqs paired-end-demux.qza
–p-trim-left 6
–p-trim-left-r7
–p-trunc-len-f 225
–p-trunc-len-r 218
–o-table table.qza
–o-representative-sequences rep-seqs.qza
–o-denoising-stats denoising_stats.qza
edit: which video tutorial topics should I watch to understand quality score and the plots?
so, Ben which numbers should we choose for trim?
based upon what?
any tutorial to help me understand and decide?
thanks
edit: because I keep on getting same error (1/2?) no such option: --p-trim-left (Possible options: --p-trim-left-f,
–p-trim-left-r)
(2/2?) no such option: --p-trim-left-r7 (Possible options: --p-trim-left-f,
Trim #s should be based on if you have extra NT that you think may have been left from your primers. Here your trim # can be zero - I sometimes out of habit will trim 8-13 off of the forward and reverse. This should not impact your DADA2 results. Ben