Hi, I want to compare the community percentage composition between two groups.
For example, the data set like this.
site 1 site 2
Acidobacteria 30% 25%
Actinobacteria 24% 20%
Cyanobacteria 5% 6%
.
.
So on and so forth.
Site 1 and Site 2 can be two sites or the same site sampled in different seasons (e.g. spring, summer). I want to get some information if the community composition changed or not.
I was wondering which analysis/statistical methods can compare them directly.
The methods that i can think about is ANOVA?. Normally, if I use ANOVA, each site has to have multiple measurements (e.g., I have more than 2 sets of composition data in site 1 and site2)
Any command in mothur can do this? If not, can any one tell me which stats method can do this, I can do it in R.
Can fisher exact test or G-test do this? (I don’t think these two tests can use percentage data)
Thanks,