Agglomerates the sample metadata, counts, and taxa info into one melted df.

Usage

agglomerate(s, cts, taxa)

Arguments

s
appropriately-subsetted sample metadata df
cts
counts matrix (colnames should be present in column `SampleID' in `s')
taxa
taxonomic data (must have column named `otu')

Value

the agglomerated df, invisibly

Description

Agglomerates the sample metadata, counts, and taxa info into one melted df.