View source: R/beta_diversity_fun.R
beta_dist_calc | R Documentation |
This function calculate beta diversity distances inter/intra samples and returns a data frame
beta_dist_calc(phylo, var, dist, sample_ID = "SampleID")
phylo |
phyloseq object |
var |
variable in sample data of the phyloseq object, which should be compared |
dist |
Filter samples that do not reach this count number |
sample_ID |
Sample identifier column |
data.frame
data("mice_B6_N") get_beta_distances(mice_B6_N, var = "Genotype", dist = "unifrac")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.