parse_dist {HTSSIP}R Documentation

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

## 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)

## End(Not run)


[Package HTSSIP version 1.4.1 Index]