data(otumothur)
example <- rareBiosphere(otutab = otumothur, siteInCol = TRUE, taxhead = "taxonomy",
percent = FALSE, threshold = 1, cutRatio = 100, cutPERare = 5)
length(example)
names(example)
head(example[["summaryTable"]])
head(example[["CRT"]])
example2 <- rareBiosphere(otutab = otumothur[,-454], siteInCol = TRUE,
taxhead = NULL, percent=FALSE, threshold = 1, cutRatio = 100, cutPERare = 5)
length(example2)
names(example2)
Run the code above in your browser using DataLab