R/RcppExports.R

Defines functions get_motif_positions get_motif_ix_plus get_motif_ix get_thresholds

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

get_thresholds <- function(mats, nuc_freqs, p) {
    .Call(`_motifmatchr_get_thresholds`, mats, nuc_freqs, p)
}

get_motif_ix <- function(mats, x, nuc_freqs, p, w) {
    .Call(`_motifmatchr_get_motif_ix`, mats, x, nuc_freqs, p, w)
}

get_motif_ix_plus <- function(mats, x, nuc_freqs, p, w) {
    .Call(`_motifmatchr_get_motif_ix_plus`, mats, x, nuc_freqs, p, w)
}

get_motif_positions <- function(mats, x, nuc_freqs, p, w) {
    .Call(`_motifmatchr_get_motif_positions`, mats, x, nuc_freqs, p, w)
}

Try the motifmatchr package in your browser

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

motifmatchr documentation built on Nov. 8, 2020, 8:09 p.m.