View source: R/sample_data_frame.R
sample.data.frame | R Documentation |
Extract sample_data from a phyloseq object and turn it into a data.frame
sample.data.frame(ps)
ps |
a phyloseq object |
sample.column.name |
the name of the column to keep sample names (because data.table doesn't use row names). Defaults to "Sample". Can set to FALSE to drop sample names. |
as
, phyloseq
, sample_data
data(example_phyloseq) smpl.DF <- sample.data.frame(example_phyloseq) smpl.DF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.