In the section Alpha rarefaction plotting, I could not understand the min and max depth. Here in the following parameters of moving pictures tutorial the p-max-depth kept at 4000.
It looks like the fasted samples had a higher phylogenetic diversity than the control mice microbiomes.
Yep! This is exactly kind of conclusions you could draw from your samples. Is that helpful?
I usually choose a max depth around the lower depths that all my samples cover. So if my samples have 1,200 reads to 112,100 reads, I would choose a max depth of 1,200. Or maybe I would throw away samples under 5,000 reads, then choose 5,000 as my max depth for rarefaction.
My samples reads(may be counts are called reads) range from 9656 upto 11908. The table. qzv screen shot is attached with this message. So what would be the max depth in my case. Should I look into table.qzv file and in particular sample ID and sequence counts to select max depth.
I would use 9656 as your min depth. If some of samples had very few reads, I might drop these first, but all your samples have a reasonable number of reads.
I could not understand your answer. I have applied for calculating alpha and beta diversity using the depth 9656 as shown in the following parameters.
Qiime diversity core-metrics-phylogenetic
--i-phylogeny rooted-tree.qza
--i-table table.qza
--p-sampling-depth 9656
--m-metadata-file sample-metadata.tsv
--output-dir core-metrics-resultsAlpha rarefaction plotting
I am talking about the Alpha rarefaction plotting. Here what should be the -p-max-depth valve??? In moving tutorial the depth is kept at 4000.
qiime diversity alpha-rarefaction
--i-table table.qza
--i-phylogeny rooted-tree.qza
--p-max-depth 4000
--m-metadata-file sample-metadata.tsv
--o-visualization alpha-rarefaction.qzv
Why this depth? Why we do this technique? What should be the depth in my case?
The command qiime diversity alpha-rarefaction is going to make a graph like this:
In this examples, we can see that the Fasted samples (red) have higher alpha diversity values than then Control (clue) samples.
Notice how the x-axis is 'N seqs/sample', and goes from zero to 120, but the lines only go up to 100. So to make this graph you could pass --p-max-depth 100.
This tells us what group of samples is more diverse (higher alpha diversity).
I usually pick the depth that is the smallest value of the samples of my samples.
You can choose! I would suggest using --p-max-depth 9656 because this is the value of your smallest sample.
Or, you could try different depths and let me know what you find! :qiime2:
Dear Sir,
I am using qiime2 software for my study. I have problem in alpha rarefaction plottings. Here the sequence count as well as frequency per sample is attached. I also attached rarefaction.qzv file.
I use the following parameters looking into median frequency of table. qzv table.
qiime diversity alpha-rarefaction
--i-table table.qza
--i-phylogeny rooted-tree.qza
--p-max-depth 9124
--m-metadata-file sample-metadata.tsv
--o-visualization alpha-rarefaction.qzv
However I could not understand the alpha rarefaction plots. Could anyone help, If I am going in a right way or I am doing mistake. Please look at the picture and reply me.
Your minimum frequency, around 6000 sequences per sample, is a sufficient depth for rarefying with qiime diversity core-metrics. The majority of observed phylogenetic diversity is observed by that depth.