R/RcppExports.R

Defines functions cpp_top2Cols cpp_polymorphicPositions cpp_PSDM cpp_hamming

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

cpp_hamming <- function(sequences) {
    .Call('_DR2S_cpp_hamming', PACKAGE = 'DR2S', sequences)
}

cpp_PSDM <- function(consMat, sequences) {
    .Call('_DR2S_cpp_PSDM', PACKAGE = 'DR2S', consMat, sequences)
}

cpp_polymorphicPositions <- function(x, threshold) {
    .Call('_DR2S_cpp_polymorphicPositions', PACKAGE = 'DR2S', x, threshold)
}

cpp_top2Cols <- function(x) {
    .Call('_DR2S_cpp_top2Cols', PACKAGE = 'DR2S', x)
}
DKMS-LSL/dr2s documentation built on March 14, 2021, 2:46 p.m.