melt_phyloseq: Melt a phyloseq object into a data.table. Function from the...

View source: R/melt_phyloseq.R

melt_phyloseqR Documentation

Melt a phyloseq object into a data.table. Function from the phylosmith-package.

Description

melt_phyloseq inputs a phyloseq object and melts its otu_table, taxa_tale, and sample_Data into a single into a data.table.

Usage

melt_phyloseq(phyloseq_obj)

Arguments

phyloseq_obj

A phyloseq-class object. It must contain sample_data() with information about each sample, and it must contain tax_table()) with information about each taxa/gene.

Value

data.table

See Also

psmelt()

Examples

melt_phyloseq(soil_column)

schuyler-smith/phyloschuyler documentation built on March 27, 2024, 4:29 p.m.