Skip to content

General questions: Estimated richness lower than observed richness #190

@naurasd

Description

@naurasd

Hi,

I have been running breakaway a few times now on several data sets and there is a general observation I have made which I would like to understand. Breakaway/betta always gives me OTU richness estimates for a group of samples which are way lower than the observed OTU richness in these samples.

I am running the following (with ps16S being my phyloseq object) to estimate richness for the factor "Reef" (I am basically following this part from your website https://adw96.github.io/breakaway/articles/diversity-hypothesis-testing.html).

set.seed(1)

richness16S<-breakaway(ps16S)

meta16S <- ps16S %>% sample_data %>% as_tibble %>% mutate("sample_names" = ps16S %>% sample_names )

estimates16S <- meta16S %>% left_join(summary(16S_richness), by = "sample_names")

betta16S <- betta(formula = estimate ~ Reef -1, ses = error, data = estimates16S)

Fotr example, for one of the reefs, which is a data set of 3 samples, the observed OTU richness is 20,698 OTUs. I do have singletons in there (n = 515). Breakaway/betta estimates that the overall OTU richness for these 3 samples is roughly 11,000 OTUs, with a standard error of around 1,200, so about half of the observed richness.

So as I understand, betta is not actually estimating richness for this entire Reef community, but the average richness, so the richness I should expect to be present in any given sample from the respective location. Is this correct? And if so, how much sense does this make? Because I have clearly observed around 20,000 OTUs in my data set, so the overall community is obviously richer than any given sample, which is why we take multiple samples from one locaiton in the first place.Is there a way for betta to not give estmates for a hypothetical sample community from this location, but for the location itself, taking all samples into account account?

Thanks

Nauras

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions