# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
spoa_consensus <- function(seq, algorithm, m, n, g, e, q, c, w) {
.Call(`_spoar_spoa_consensus`, seq, algorithm, m, n, g, e, q, c, w)
}
spoa_consensus_dblqual <- function(seq, qual, algorithm, m, n, g, e, q, c, w) {
.Call(`_spoar_spoa_consensus_dblqual`, seq, qual, algorithm, m, n, g, e, q, c, w)
}
spoa_consensus_intqual <- function(seq, qual, algorithm, m, n, g, e, q, c, w) {
.Call(`_spoar_spoa_consensus_intqual`, seq, qual, algorithm, m, n, g, e, q, c, w)
}
spoa_align <- function(seq, algorithm, m, n, g, e, q, c, w) {
.Call(`_spoar_spoa_align`, seq, algorithm, m, n, g, e, q, c, w)
}
spoa_align_dblqual <- function(seq, qual, algorithm, m, n, g, e, q, c, w) {
.Call(`_spoar_spoa_align_dblqual`, seq, qual, algorithm, m, n, g, e, q, c, w)
}
spoa_align_intqual <- function(seq, qual, algorithm, m, n, g, e, q, c, w) {
.Call(`_spoar_spoa_align_intqual`, seq, qual, algorithm, m, n, g, e, q, c, w)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.