# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
LCS <- function(x, y) {
.Call(`_CNVMotif_LCS`, x, y)
}
LCSMatrix <- function(x, y, match) {
.Call(`_CNVMotif_LCSMatrix`, x, y, match)
}
pairScoreVector <- function(x, y, x_max, y_max) {
.Call(`_CNVMotif_pairScoreVector`, x, y, x_max, y_max)
}
pairScoreMatrix <- function(x, y, x_max, y_max) {
.Call(`_CNVMotif_pairScoreMatrix`, x, y, x_max, y_max)
}
pairScoreSimpleVector <- function(x, y, max) {
.Call(`_CNVMotif_pairScoreSimpleVector`, x, y, max)
}
pairScoreSimpleMatrix <- function(x, y, max) {
.Call(`_CNVMotif_pairScoreSimpleMatrix`, x, y, max)
}
getScoreMatrix <- function(indexMat, subMat, bSize, like, verbose) {
.Call(`_CNVMotif_getScoreMatrix`, indexMat, subMat, bSize, like, verbose)
}
getScoreMatrixRect <- function(indexMat1, indexMat2, subMat, like, verbose) {
.Call(`_CNVMotif_getScoreMatrixRect`, indexMat1, indexMat2, subMat, like, verbose)
}
getLocalSubstr <- function(x, y, cutoff) {
.Call(`_CNVMotif_getLocalSubstr`, x, y, cutoff)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.