sample.table {SIPmg} | R Documentation |
phyloseq-styled sample table
Description
Creates a phyloseq-styled sample table from fractions metadata containing data on fraction number, number of replicates, buoyant density calculated from a refractometer, type of isotope, and DNA concentration of each fraction, and isotope type. See below for information on "fractions" file.
Usage
sample.table(fractions_df)
Arguments
fractions_df |
fractions data frame A fractions file with the following columns
|
Value
data frame: phyloseq-style sample table
Examples
data(fractions)
### Making phyloseq table from fractions metadata
samples.object = sample.table(fractions)
[Package SIPmg version 1.4.1 Index]