# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.