R/RcppExports.R

Defines functions getLocalSubstr getScoreMatrixRect getScoreMatrix pairScoreSimpleMatrix pairScoreSimpleVector pairScoreMatrix pairScoreVector LCSMatrix LCS

# 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)
}
ShixiangWang/sigminer.helper documentation built on May 22, 2022, 6:05 a.m.