Learn R Programming

HTSSIP (version 1.4.1)

fraction_overlap: 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 format_metadata().

Value

a data.frame object of metadata with fraction BD overlaps

Examples

Run this code
# NOT RUN {
data(physeq_S2D2)
ex = "Substrate=='12C-Con'"
metadata = HTSSIP:::format_metadata(physeq_S2D2, ex)
m = HTSSIP:::fraction_overlap(metadata)
head(m)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab