Dear Qiime Users,
I am using adonis and permanova to find the role of environmental conditions (redox and treatment) on the variation of microbial community.
However, I have not been able to find out my problems.
With treatment (control vs. osa), I got the same pseudo-F statistic by both methods:
Call:
adonis(formula = as.dist(qiime.data$distmat) ~ qiime.data$map[[opts$category]], permutations = opts$num_permutations)
Permutation: free
Number of permutations: 999
Terms added sequentially (first to last)
Df SumsOfSqs MeanSqs F.Model R2 Pr(>F)
qiime.data$map[[opts$category]] 1 0.39678 0.39678 2.7742 0.17587 0.003 **
Residuals 13 1.85931 0.14302 0.82413
Total 14 2.25609 1.00000
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
method name PERMANOVA
test statistic name pseudo-F
sample size 15
number of groups 2
test statistic 2.7741947452989191
p-value 0.002
number of permutations 999
However, with redox condition (200 vs. 250 vs. -100 vs. -400), two methods produced complete different pseudo-F values:
Call:
adonis(formula = as.dist(qiime.data$distmat) ~ qiime.data$map[[opts$category]], permutations = opts$num_permutations)
Permutation: free
Number of permutations: 999
Terms added sequentially (first to last)
Df SumsOfSqs MeanSqs F.Model R2 Pr(>F)
qiime.data$map[[opts$category]] 1 0.62181 0.62181 4.9462 0.27561 0.001 ***
Residuals 13 1.63428 0.12571 0.72439
Total 14 2.25609 1.00000
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
method name PERMANOVA
test statistic name pseudo-F
sample size 15
number of groups 4
test statistic 2.613314287290613
p-value 0.001
number of permutations 999
I am not sure that small sample size in redox (4 groups: 6 samples for one group and 3 samples each for the rest) is the problem. Treatment only has two groups: 6 samples for control and 9 samples for osa.
Could anyone can help me to clarify this problem, please? (attached file is my mapping file and distance matrix file).
Thank you very much!
Best regards,
An