R/RcppExports.R

Defines functions rcppGetNtKmerPercent rcppGenerateUniqueNtMotifs rcppConstructConDfAndParseTCR rcppConstructBarcodeIndex rcppGetAaKmerPercent

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

rcppGetAaKmerPercent <- function(seqs, motifs, k) {
    .Call(`_scRepertoire_rcppGetAaKmerPercent`, seqs, motifs, k)
}

rcppConstructBarcodeIndex <- function(conDfBarcodes, data2Barcodes) {
    .Call(`_scRepertoire_rcppConstructBarcodeIndex`, conDfBarcodes, data2Barcodes)
}

rcppConstructConDfAndParseTCR <- function(data2, uniqueData2Barcodes) {
    .Call(`_scRepertoire_rcppConstructConDfAndParseTCR`, data2, uniqueData2Barcodes)
}

rcppGenerateUniqueNtMotifs <- function(k) {
    .Call(`_scRepertoire_rcppGenerateUniqueNtMotifs`, k)
}

rcppGetNtKmerPercent <- function(seqs, k) {
    .Call(`_scRepertoire_rcppGetNtKmerPercent`, seqs, k)
}
ncborcherding/scRepertoire documentation built on May 13, 2024, 3:02 a.m.