Skip to content

Beta div using binary distance? #12

@d-callan

Description

@d-callan

From microbiomeComputations created by asizemore: VEuPathDB/microbiomeComputations#30

For bray and jaccard we use dist <- try(vegan::vegdist(df[, -..allIdColumns], method=method, binary=TRUE)) but the shiny apps used phyloseq (which wrapped vegdist) and in their method had binary=F.

Either let's remind ourselves why we changed to binary (so just assuming presence/absence) or change the params to use binary=F.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions