data(ITS1, ITS2, meta)
# inputs are OTU tables
group.indicators(data=list(ITS1=ITS1, ITS2=ITS2), is.OTU=TRUE, meta,
factor = c(Province="Province"),
rank="g")
group.indicators(data=list(ITS1=ITS1), is.OTU=TRUE, meta,
factor = c(Province="Province"),
rank=NULL, all.indicators=TRUE)
group.indicators(data=list(ITS1=ITS1), is.OTU=TRUE, meta,
factor = c(Province="Province"),
rank=NULL, all.indicators=FALSE)
# inputs are taxonomic abundance matrices
g1 <- tax.abund(ITS1, rank="g")
g2 <- tax.abund(ITS2, rank="g")
group.indicators(data=list(g1=g1, g2=g2), is.OTU=FALSE, meta,
factor = c(Province="Province"),
rank="g")Run the code above in your browser using DataLab