You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 hadbinary=F
.Either let's remind ourselves why we changed to binary (so just assuming presence/absence) or change the params to use
binary=F
.The text was updated successfully, but these errors were encountered: