R/RcppExports.R

Defines functions IRF_BAM2COV IRF_GenerateMappabilityRegions IRF_GenerateMappabilityReads IRF_main_multi IRF_main IRF_gunzip IRF_gunzip_DF IRF_RLEList_From_Cov IRF_Cov_Seqnames IRF_RLE_From_Cov IRF_Check_Cov Test_OpenMP_For Has_OpenMP

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

Has_OpenMP <- function() {
    .Call(`_NxtIRFcore_Has_OpenMP`)
}

Test_OpenMP_For <- function() {
    .Call(`_NxtIRFcore_Test_OpenMP_For`)
}

IRF_Check_Cov <- function(s_in) {
    .Call(`_NxtIRFcore_IRF_Check_Cov`, s_in)
}

IRF_RLE_From_Cov <- function(s_in, seqname, start, end, strand) {
    .Call(`_NxtIRFcore_IRF_RLE_From_Cov`, s_in, seqname, start, end, strand)
}

IRF_Cov_Seqnames <- function(s_in) {
    .Call(`_NxtIRFcore_IRF_Cov_Seqnames`, s_in)
}

IRF_RLEList_From_Cov <- function(s_in, strand) {
    .Call(`_NxtIRFcore_IRF_RLEList_From_Cov`, s_in, strand)
}

IRF_gunzip_DF <- function(s_in, s_header_begin) {
    .Call(`_NxtIRFcore_IRF_gunzip_DF`, s_in, s_header_begin)
}

IRF_gunzip <- function(s_in, s_out) {
    .Call(`_NxtIRFcore_IRF_gunzip`, s_in, s_out)
}

IRF_main <- function(bam_file, reference_file, output_file, verbose, n_threads) {
    .Call(`_NxtIRFcore_IRF_main`, bam_file, reference_file, output_file, verbose, n_threads)
}

IRF_main_multi <- function(reference_file, bam_files, output_files, max_threads, verbose) {
    .Call(`_NxtIRFcore_IRF_main_multi`, reference_file, bam_files, output_files, max_threads, verbose)
}

IRF_GenerateMappabilityReads <- function(genome_file, out_fa, read_len, read_stride, error_pos) {
    .Call(`_NxtIRFcore_IRF_GenerateMappabilityReads`, genome_file, out_fa, read_len, read_stride, error_pos)
}

IRF_GenerateMappabilityRegions <- function(bam_file, output_file, threshold, includeCov, verbose, n_threads) {
    .Call(`_NxtIRFcore_IRF_GenerateMappabilityRegions`, bam_file, output_file, threshold, includeCov, verbose, n_threads)
}

IRF_BAM2COV <- function(bam_file, output_file, verbose, n_threads) {
    .Call(`_NxtIRFcore_IRF_BAM2COV`, bam_file, output_file, verbose, n_threads)
}
alexchwong/NxtIRFcore documentation built on Oct. 31, 2022, 9:14 a.m.