powered by
Calculate similarity for one t(otutab)
cal_sim(totu, method = "bray", norm = FALSE)
similarity = 1-distance
t(otutab), row are samples, column are features.
Dissimilarity index, see vegdist.
vegdist
hellinger normalization in features (default: FALSE).
Other calculate: c_net_calculate(), fast_cor(), input_corr(), p.adjust.table()
c_net_calculate()
fast_cor()
input_corr()
p.adjust.table()
if (requireNamespace("vegan")) { data("otutab", package = "pcutils") t(otutab) -> totu cal_sim(totu) -> sim_corr }
Run the code above in your browser using DataLab