# NOT RUN {
data(physeq_S2D2)
physeq_S2D2_d = phyloseq::distance(physeq_S2D2,
method='unifrac',
weighted=TRUE,
fast=TRUE,
normalized=FALSE)
physeq_S2D2_d = HTSSIP:::parse_dist(physeq_S2D2_d)
head(physeq_S2D2_d)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab