Description Usage Arguments Value Examples
Calculate the BD range overlap of gradient fractions
1 | fraction_overlap(metadata)
|
metadata |
Metdata data.frame object. See |
a data.frame object of metadata with fraction BD overlaps
1 2 3 4 5 6 7 8 | ## Not run:
data(physeq_S2D2)
ex = "Substrate=='12C-Con'"
metadata = HTSSIP:::format_metadata(physeq_S2D2, ex)
m = HTSSIP:::fraction_overlap(metadata)
head(m)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.