Learn R Programming

HTSSIP (version 1.4.1)

parse_dist: Filtering out non-relevant distances in distance matrix

Description

Filtering out non-relevant distances in distance matrix

Usage

parse_dist(d)

Arguments

d

a distance matrix object

Value

a data.frame object of metadata with fraction BD overlaps

Examples

Run this code
# 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