R/RcppExports.R

Defines functions cpp_get_context cget_trinucleotide_counts cget_nucleotide_chunk_counts

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

cget_nucleotide_chunk_counts <- function(key, chr, up_stream = 1L, down_stream = 1L, start = 1L, end = -1L) {
    .Call(`_SeqKat_cget_nucleotide_chunk_counts`, key, chr, up_stream, down_stream, start, end)
}

cget_trinucleotide_counts <- function(key, chr, length = 3L, start = 1L, end = -1L) {
    .Call(`_SeqKat_cget_trinucleotide_counts`, key, chr, length, start, end)
}

cpp_get_context <- function(chr, pos, pos_length) {
    .Call(`_SeqKat_cpp_get_context`, chr, pos, pos_length)
}
uclahs-cds/public-R-SeqKat documentation built on May 31, 2024, 9:10 p.m.