R/RcppExports.R

Defines functions validateCells splitFragments groupCommand filterCells

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

filterCells <- function(fragments, outfile, keep_cells, buffer_length, verbose = TRUE) {
    .Call('_SignacSlim_filterCells', PACKAGE = 'SignacSlim', fragments, outfile, keep_cells, buffer_length, verbose)
}

groupCommand <- function(fragments, some_whitelist_cells = NULL, max_lines = 0L, verbose = TRUE) {
    .Call('_SignacSlim_groupCommand', PACKAGE = 'SignacSlim', fragments, some_whitelist_cells, max_lines, verbose)
}

splitFragments <- function(fragments, cells, idents, unique_idents, outdir, suffix, buffer_length, append = FALSE, verbose = TRUE) {
    .Call('_SignacSlim_splitFragments', PACKAGE = 'SignacSlim', fragments, cells, idents, unique_idents, outdir, suffix, buffer_length, append, verbose)
}

validateCells <- function(fragments, cells, find_n, max_lines = 0L, verbose = TRUE) {
    .Call('_SignacSlim_validateCells', PACKAGE = 'SignacSlim', fragments, cells, find_n, max_lines, verbose)
}
Honchkrow/SignacSlim documentation built on April 9, 2022, 1:49 a.m.