R/RcppExports.R

Defines functions reduce_by_start_and_end

Documented in reduce_by_start_and_end

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

# == title
# Reduce by start and end
#
# == param
# -s Start positions. Sorted.
# -e End positions. Sorted.
#
# == details
# Only internally used.
#
# == value
# Sum of total widths of the reduced regions.
reduce_by_start_and_end <- function(s, e) {
    .Call('_rGREAT_reduce_by_start_and_end', PACKAGE = 'rGREAT', s, e)
}
jokergoo/rGREAT documentation built on March 28, 2024, 5:31 a.m.