R/RcppExports.R

Defines functions cget_nucleotide_chunk_counts cget_trinucleotide_counts cpp_get_context

# 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)
}

Try the SeqKat package in your browser

Any scripts or data that you put into this service are public.

SeqKat documentation built on March 13, 2020, 1:59 a.m.