Learn R Programming

rbiom (version 1.0.3)

phylogeny: Get the phylogenetic tree.

Description

Get the phylogenetic tree.

Usage

phylogeny(biom)

Value

A phylo class object of the tree in biom.

Arguments

biom

A BIOM object, as returned from read.biom.

See Also

Other accessor functions: counts(), info(), metadata(), nsamples(), ntaxa(), sample.names(), sequences(), taxa.names(), taxa.ranks(), taxonomy()

Examples

Run this code
    library(rbiom)
    
    infile <- system.file("extdata", "hmp50.bz2", package = "rbiom")
    biom <- read.biom(infile)
    
    summary(phylogeny(biom))

Run the code above in your browser using DataLab