View source: R/functions_qSIP_MAGs.R
sample.table | R Documentation |
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.
sample.table(fractions_df)
fractions_df |
fractions data frame A fractions file with the following columns
|
data frame: phyloseq-style sample table
data(fractions) ### Making phyloseq table from fractions metadata samples.object = sample.table(fractions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.