fraction_overlap {HTSSIP} | R Documentation |
Calculate the BD range overlap of gradient fractions
Description
Calculate the BD range overlap of gradient fractions
Usage
fraction_overlap(metadata)
Arguments
metadata |
Metdata data.frame object. See |
Value
a data.frame object of metadata with fraction BD overlaps
Examples
## 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)
[Package HTSSIP version 1.4.1 Index]