powered by
Calculate the BD range overlap of gradient fractions
fraction_overlap(metadata)
Metdata data.frame object. See format_metadata().
format_metadata()
a data.frame object of metadata with fraction BD overlaps
# 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