# 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)
}
rcppGetSigSequenceEditDistEdgeListDf <- function(sequences, threshold) {
.Call(`_scRepertoire_rcppGetSigSequenceEditDistEdgeListDf`, sequences, threshold)
}
rcppGenerateUniqueNtMotifs <- function(k) {
.Call(`_scRepertoire_rcppGenerateUniqueNtMotifs`, k)
}
rcppGetNtKmerPercent <- function(seqs, k) {
.Call(`_scRepertoire_rcppGetNtKmerPercent`, seqs, k)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.