R/is.phyloseq.R

is.phyloseq <- function (x) {
    length(x) == 1 && is(x) == "phyloseq"
}

Try the microbiome package in your browser

Any scripts or data that you put into this service are public.

microbiome documentation built on Nov. 8, 2020, 5:08 p.m.