Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta div using binary distance? #12

Open
d-callan opened this issue Feb 28, 2024 · 0 comments
Open

Beta div using binary distance? #12

d-callan opened this issue Feb 28, 2024 · 0 comments

Comments

@d-callan
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant