Description Usage Arguments Value See Also Examples
View source: R/method-get-dist.R
calculate distance
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
obj |
phyloseq, phyloseq class or data.frame nrow sample * ncol feature. |
..., |
additional parameters. |
distmethod |
character, default is "euclidean",
see also |
taxa_are_rows |
logical, default is FALSE. |
sampleda |
data.frame, nrow sample * ncol factors. |
tree |
object, the phylo class, see also |
method |
character, default is hellinger,
see alse |
distance class contianed distmethod and originalD attr
1 2 3 | data(test_otu_data)
distclass <- get_dist(test_otu_data)
hcsample <- get_clust(distclass)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.