View source: R/set_sample_order.R
set_sample_order | R Documentation |
Inputs a phyloseq-class
object and changes the
order of sample index either based on the metadata, or a given order. If
metadata columns are used, they will take the factor order.
set_sample_order(phyloseq_obj, treatment)
phyloseq_obj |
A |
treatment |
Column name as a |
phyloseq object
set_sample_order(soil_column, c("Matrix", "Treatment"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.