Description Usage Arguments Value Examples
Format phyloseq metadata for calculating BD range overlaps.
1 | format_metadata(physeq, ex = "Substrate=='12C-Con'", rep = "Replicate")
|
physeq |
Phyloseq object |
ex |
Expression for selecting the control samples to compare to the non-control samples. |
rep |
Column specifying gradient replicates. If the column is not present, then all are considered "Replicate=1" |
a data.frame object of formatted metadata
1 2 3 4 5 6 | ## Not run:
data(physeq_S2D1)
ex = "Substrate=='12C-Con'"
metadata = HTSSIP:::format_metadata(physeq_S2D1, ex)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.