-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels