R/RcppExports.R

Defines functions pred_exon_coord filter_exon_length get_unique_ind

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

get_unique_ind <- function(df) {
    .Call(`_DISCERNS_get_unique_ind`, df)
}

filter_exon_length <- function(df, max_length, min_intron_size) {
    .Call(`_DISCERNS_filter_exon_length`, df, max_length, min_intron_size)
}

pred_exon_coord <- function(df) {
    .Call(`_DISCERNS_pred_exon_coord`, df)
}
khembach/DISCERNS documentation built on June 23, 2020, 3:35 p.m.