fraction_overlap: Calculate the BD range overlap of gradient fractions

Description Usage Arguments Value Examples

View source: R/BD_shift.R

Description

Calculate the BD range overlap of gradient fractions

Usage

1
fraction_overlap(metadata)

Arguments

metadata

Metdata data.frame object. See format_metadata().

Value

a data.frame object of metadata with fraction BD overlaps

Examples

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)

HTSSIP documentation built on Sept. 14, 2019, 1:02 a.m.