I was having 4370 OTUs from 25 samples. I had to make two groups of samples, and divided 25 samples in two groups in design file (high and low fic groups).
I wanted to present venn diagram between these groups. I merged the samples using merge.groups command, then run the venn command on output shared file.
mothur >
merge.groups(shared=stability.an.0.03.subsample.shared,design=lakes.10fic.design)
0.03
Output File Names:
stability.an.0.03.subsample.merge.shared
mothur >
venn(shared=stability.an.0.03.subsample.merge.shared)
0.03
Output File Names:
stability.an.0.03.subsample.merge.0.03.sharedsobs.High_FIC-Low_FIC.svg
stability.an.0.03.subsample.merge.0.03.sharedsobs.High_FIC-Low_FIC.sharedotus
However, the output figure displays only 1232 OTUs in total and 304 shared OTUs.
Please point out my mistake and suggest me how get all OTUs in the figure?